aboutsummaryrefslogtreecommitdiffstats
path: root/includes/mail
Commit message (Expand)AuthorAgeFilesLines
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-3/+3
* Update documentation URLMark A. Hershberger2017-05-301-1/+2
* Merge "Miscellaneous indentation tweaks"jenkins-bot2017-02-281-6/+6
|\
| * Miscellaneous indentation tweaksBartosz Dziewoński2017-02-271-6/+6
* | includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-2/+2
|/
* Add missing properties to MailAddress classaddshore2016-12-231-0/+16
* Escape return path extra params to php mail()Brian Wolff2016-12-101-1/+8
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* Remove WatchedItemStore::getDefaultInstanceaddshore2016-05-061-2/+4
* Namespace LinkTarget under MediaWiki\LinkerKunal Mehta2016-04-211-0/+1
* Remove deprecated calling style of UserMailer::send()Reedy2016-04-021-11/+0
* Many more function case mismatchesReedy2016-03-191-2/+2
* Move EmailNotification::updateWatchlistTimestamp to WatchedItemStoreaddshore2016-03-081-39/+19
* mail: Turn UserMailer::quotedPrintableCallback into an inline closureReedy2016-02-291-5/+5
* Merge "Fixup contenttype stuff in UserMailer"jenkins-bot2016-02-251-3/+5
|\
| * Fixup contenttype stuff in UserMailerReedy2016-01-211-3/+5
* | Updating docs for UserMailer::sendWithPear() which calls $mailer->send()Perside Rosalie2016-02-251-1/+1
* | Convert all array() syntax to []Kunal Mehta2016-02-172-49/+49
* | Remove references to safe_mode INI settingKevin Israel2016-02-121-13/+7
* | Use LinkTarget in EmailNotification::updateWatchlistTimestampaddshore2016-02-031-7/+11
* | Code style cleanups to notifyOnPageChange()Aaron Schulz2016-01-291-15/+14
* | Remove $wgEnotifUseJobQAaron Schulz2016-01-291-26/+13
|/
* Merge "$wgUsersNotifiedOnAllChanges should not send mail twice"jenkins-bot2015-12-161-1/+2
|\
| * $wgUsersNotifiedOnAllChanges should not send mail twicesaper2015-12-141-1/+2
* | UserMailer: Use PHP_EOL instead of DIYChad Horohoe2015-11-101-6/+2
|/
* Of course EmailNotification::updateWatchlistTimestamp returns users idsaddshore2015-10-131-1/+1
* Add UserMailerTransformX and UserMailerSplitTo hooksGergő Tisza2015-10-061-10/+81
* Fix PHPCS warnings in /includes/mail/Siebrand Mazeland2015-09-282-30/+29
* Set 'List-Help' header for watchlist emailsKunal Mehta2015-08-192-6/+31
* UserMailer comment cleanupBryan Davis2015-08-141-44/+44
* Add PEAR's Mail and Mail_Mime to composer.json's suggestionsChad Horohoe2015-08-141-8/+11
* Merge "Don't send email notifs to blocked users if $wgBlockDisablesLogin is t...jenkins-bot2015-08-131-2/+6
|\
| * Don't send email notifs to blocked users if $wgBlockDisablesLogin is trueGlaisher2015-06-161-2/+6
* | Clean up UserMailer::send() parametersKunal Mehta2015-07-202-7/+27
* | Fix inaccurate documentation re $wgEnotifMinorEditsMatthew Flaschen2015-07-081-1/+3
|/
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-4/+4
* Merge "wl_notificationtimestamp code comments typo, false statement"jenkins-bot2015-06-031-3/+2
|\
| * wl_notificationtimestamp code comments typo, false statementFederico Leva2015-06-021-3/+2
* | Add List-Unsubscribe header to emailsKunal Mehta2015-05-241-0/+2
* | Use lazyPush() instead of push() in a few places for jobsAaron Schulz2015-05-181-1/+1
|/
* Fix phpcs errors in includes/Ricordisamoa2015-01-081-1/+0
* Remove obvious function-level profilingChad Horohoe2015-01-071-3/+0
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-102-5/+5
* Fixed spacingumherirrender2014-09-291-1/+1
* Move EmailNotification watchlist handling into helper methodErik Bernhardson2014-09-181-36/+54
* Add MailAddress::newFromUser()Kunal Mehta2014-09-142-4/+17
* Split UserMailer.php into includes/mail/Kunal Mehta2014-09-143-0/+997