aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Mail
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-191-6/+6
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-4/+4
* fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallbackJosh2024-09-161-1/+4
* Merge pull request #47435 from phreaker0/fix-mail-template-class-callJoas Schilling2024-08-261-12/+14
|\
| * fix call to custom mail_template_classChristoph Klaffl2024-08-221-12/+14
* | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-26/+26
|/
* fix(emails): adjust mail button to new designskjnldsv2024-08-061-12/+12
* feat: mail provider backendSebastianKrupinski2024-07-231-0/+255
* fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-172-2/+43
* fix(Mailer): Allow to enforce strict email formatFerdinand Thiessen2024-05-311-1/+4
* Merge branch 'master' into refactor/OC-Server-getMailerJohn Molakvoæ2024-05-304-110/+12
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-244-108/+10
| * fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| * Add "-i" to sendmail's pipe FedericoHeichou2024-01-191-1/+1
* | Refactor `OC\Server::getMailer`Andrew Summers2023-08-291-1/+1
|/
* Adds same object return annotations.Faraz Samapoor2023-06-272-0/+24
* Merge pull request #38958 from nextcloud/enh/noid/use-getsystemvalue-mailerSimon L2023-06-261-4/+4
|\
| * use getsystemvalue-functions in Mailer.phpSimon L2023-06-231-4/+4
* | Refactors lib/private/Mail.Faraz Samapoor2023-06-254-168/+89
|/
* feat(ocp): Allow sending emails with subject and bodyChristoph Wurst2023-06-011-13/+0
* Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-101-0/+16
|\
| * Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-0/+16
* | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-11/+10
|/
* Migrate to Symfony MailerCôme Chilliet2023-02-023-172/+224
* Use the default primary color instead of "randomly" the color of the user tri...Joas Schilling2023-01-301-3/+3
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* refactor AutoSubmittedValue to Headers\AutoSubmitted and addingBennet Becker2023-01-031-7/+7
* use constant as default value in value getterBennet Becker2022-12-261-1/+1
* fix static-analysis error and formatting codeBennet Becker2022-12-231-6/+11
* fix getAutoSubmitted return type and adding unit testsBennet Becker2022-12-231-1/+1
* Adding API method to set the Auto-Submitted header to OCP\Mail\IMessageBennet Becker2022-12-231-0/+33
* Do not throw errors when invalid setTo email is providedJulius Härtl2022-11-031-7/+11
* Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-231-11/+7
* Extend email loggingJoas Schilling2022-06-281-0/+3
* Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-12/+3
* Increase email main buttons width for non-english languagesacsfer2022-01-131-2/+2
* Check style updateCarl Schwan2022-01-131-1/+1
* fix parameter type hint in phpdocArthur Schiwon2021-09-091-1/+1
* 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