aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Mail
Commit message (Expand)AuthorAgeFilesLines
* mail-template - don't show hyphen if slogan is emptyszaimen2021-06-221-1/+5
* Merge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftm...Christoph Wurst2021-06-081-1/+10
|\
| * Set local domain for swiftmailer transportDaniel Kesselberg2021-05-311-1/+10
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-6/+2
|/
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-3/+3
* Micro-optimize validation of empty email addressesChristoph Wurst2021-02-111-0/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+2
* Fix vsprint parameterRoeland Jago Douma2020-12-031-1/+1
* Fix #23357medcloud2020-11-181-2/+2
* Merge pull request #22373 from nextcloud/fix-example-usage-for-mailerJohn Molakvoæ2020-10-311-3/+3
|\
| * Fix example usagekevin1471472020-08-231-3/+3
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* | Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-10/+30
|\ \
| * | Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-5/+7
| * | iMIP email improvements (take 2)brad20142020-08-201-6/+24
| |/
* / Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+2
|/
* Fix header logo size in notification mailsSimon Spannagel2020-07-231-2/+3
* Fix notification mail testsJan-Christoph Borchardt2020-05-011-1/+2
* Notification mails: Fix some alignment details and remove shadowJan-Christoph Borchardt2020-04-301-4/+4
* Notification mails: Change font to native font stackJan-Christoph Borchardt2020-04-301-42/+42
* Notification mails: Logo bar/box to circle so it stands nicely on its ownJan-Christoph Borchardt2020-04-301-6/+6
* Notification mails: Adjust vertical spacingJan-Christoph Borchardt2020-04-301-8/+1
* Fix notification mails height issue in Nextcloud MailJan-Christoph Borchardt2020-04-301-1/+1
* Update license headers for 19Christoph Wurst2020-04-293-0/+5
* Adhere to EMailTemplate interface in constructor call.Tekhnee2020-04-251-1/+1
* Merge pull request #20447 from liamjack/fix/13287/welcome_emailJohn Molakvoæ2020-04-171-2/+2
|\
| * Fix #13287 - Increase max-height on button in welcome email templateLiam JACK2020-04-121-2/+2
* | Provide the proper language to the mailerRoeland Jago Douma2020-04-162-16/+15
|/
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-9/+6
* Make sure there is exactly one newline after importsChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-2/+3
* Added Hook before Message is sendArne Hamann2020-03-242-5/+26
* Do not use the instance name as user part of from mail addressesJulius Härtl2020-03-121-1/+1
* Update license headersChristoph Wurst2019-12-054-4/+22
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* changed order of methodsTomasz Paluszkiewicz2019-02-261-1/+1
* fix(EMailTemplate): malformed HTML in some casesTomasz Paluszkiewicz2019-02-241-0/+1
* Addressing comments, array() to []Branko Kokanovic2018-12-171-1/+1
* Addressing comments, count to emptyBranko Kokanovic2018-12-171-1/+1
* Expose Swift Mailer streaming options in config, fixes #12702Branko Kokanovic2018-11-301-0/+4
* Apply patch from @cwiedmann but drop -oi option for pipeCarsten Wiedmann2018-11-291-1/+10
* Fallback to default path is sendmail can't be foundRoeland Jago Douma2018-11-021-1/+5
* Mailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmailFlorian Klink2018-11-021-1/+1
* Fix bug #12151: fix list formatting by correcting malformed htmlbrad20142018-10-301-2/+3
* Use index for format string parametersJulius Härtl2018-07-191-9/+9
* EMailTemplate: Move background color of buttons to the table to fix rendering...Julius Härtl2018-07-191-6/+6
* Swift to \Swift_Mailer as abstractionRoeland Jago Douma2018-07-041-12/+9
* Make swift 6 compatibleRoeland Jago Douma2018-07-041-26/+16
* Provide an option to disable HTML emailsMorris Jobke2018-04-162-8/+15