| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(Mailer): add "null" SMTP transport mode | Thomas Lehmann | 2024-11-19 | 1 | -0/+4 |
* | chore(Mailer): remove no-op local variable initilization | Thomas Lehmann | 2024-11-19 | 1 | -2/+0 |
* | feat(Mailer): implement caching | Thomas Lehmann | 2024-11-19 | 1 | -1/+3 |
* | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 1 | -6/+6 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 2 | -4/+4 |
* | fix(Mailer): Fix sendmail binary fallbackfix/mailer-binaryfinder-fallback | Josh | 2024-09-16 | 1 | -1/+4 |
* | Merge pull request #47435 from phreaker0/fix-mail-template-class-call | Joas Schilling | 2024-08-26 | 1 | -12/+14 |
|\ |
|
| * | fix call to custom mail_template_class | Christoph Klaffl | 2024-08-22 | 1 | -12/+14 |
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 3 | -26/+26 |
|/ |
|
* | fix(emails): adjust mail button to new design | skjnldsv | 2024-08-06 | 1 | -12/+12 |
* | feat: mail provider backend | SebastianKrupinski | 2024-07-23 | 1 | -0/+255 |
* | fix(mail): Fix big logos in mail templates for Outlook | Joas Schilling | 2024-07-17 | 2 | -2/+43 |
* | fix(Mailer): Allow to enforce strict email format | Ferdinand Thiessen | 2024-05-31 | 1 | -1/+4 |
* | Merge branch 'master' into refactor/OC-Server-getMailer | John Molakvoæ | 2024-05-30 | 4 | -110/+12 |
|\ |
|
| * | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 4 | -108/+10 |
| * | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
| * | Add "-i" to sendmail's pipe
| FedericoHeichou | 2024-01-19 | 1 | -1/+1 |
* | | Refactor `OC\Server::getMailer` | Andrew Summers | 2023-08-29 | 1 | -1/+1 |
|/ |
|
* | Adds same object return annotations. | Faraz Samapoor | 2023-06-27 | 2 | -0/+24 |
* | Merge pull request #38958 from nextcloud/enh/noid/use-getsystemvalue-mailer | Simon L | 2023-06-26 | 1 | -4/+4 |
|\ |
|
| * | use getsystemvalue-functions in Mailer.php | Simon L | 2023-06-23 | 1 | -4/+4 |
* | | Refactors lib/private/Mail. | Faraz Samapoor | 2023-06-25 | 4 | -168/+89 |
|/ |
|
* | feat(ocp): Allow sending emails with subject and body | Christoph Wurst | 2023-06-01 | 1 | -13/+0 |
* | Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat... | Anna | 2023-05-10 | 1 | -0/+16 |
|\ |
|
| * | Fix calendar emails to be outlook compatible | Anna Larch | 2023-02-21 | 1 | -0/+16 |
* | | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 1 | -11/+10 |
|/ |
|
* | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 3 | -172/+224 |
* | Use the default primary color instead of "randomly" the color of the user tri... | Joas Schilling | 2023-01-30 | 1 | -3/+3 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | refactor AutoSubmittedValue to Headers\AutoSubmitted and adding | Bennet Becker | 2023-01-03 | 1 | -7/+7 |
* | use constant as default value in value getter | Bennet Becker | 2022-12-26 | 1 | -1/+1 |
* | fix static-analysis error and formatting code | Bennet Becker | 2022-12-23 | 1 | -6/+11 |
* | fix getAutoSubmitted return type and adding unit tests | Bennet Becker | 2022-12-23 | 1 | -1/+1 |
* | Adding API method to set the Auto-Submitted header to OCP\Mail\IMessage | Bennet Becker | 2022-12-23 | 1 | -0/+33 |
* | Do not throw errors when invalid setTo email is provided | Julius Härtl | 2022-11-03 | 1 | -7/+11 |
* | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | Carl Schwan | 2022-08-23 | 1 | -11/+7 |
* | Extend email logging | Joas Schilling | 2022-06-28 | 1 | -0/+3 |
* | Use {$var} instead of ${var} for PHP 8.2 compatibility | Côme Chilliet | 2022-06-14 | 1 | -1/+1 |
* | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -12/+3 |
* | Increase email main buttons width for non-english languages | acsfer | 2022-01-13 | 1 | -2/+2 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | fix parameter type hint in phpdoc | Arthur Schiwon | 2021-09-09 | 1 | -1/+1 |
* | mail-template - don't show hyphen if slogan is empty | szaimen | 2021-06-22 | 1 | -1/+5 |
* | Merge pull request #27306 from nextcloud/enh/noid/set-local-domain-for-swiftm... | Christoph Wurst | 2021-06-08 | 1 | -1/+10 |
|\ |
|
| * | Set local domain for swiftmailer transport | Daniel Kesselberg | 2021-05-31 | 1 | -1/+10 |
* | | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -6/+2 |
|/ |
|
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 2 | -3/+3 |
* | Micro-optimize validation of empty email addresses | Christoph Wurst | 2021-02-11 | 1 | -0/+4 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -1/+2 |
* | Fix vsprint parameter | Roeland Jago Douma | 2020-12-03 | 1 | -1/+1 |