| Commit message (Expand) | Author | Age | Files | Lines |
* | changed order of methods | Tomasz Paluszkiewicz | 2019-02-26 | 1 | -1/+1 |
* | fix(EMailTemplate): malformed HTML in some cases | Tomasz Paluszkiewicz | 2019-02-26 | 1 | -0/+1 |
* | Apply patch from @cwiedmann but drop -oi option for pipe | Carsten Wiedmann | 2018-11-29 | 1 | -1/+10 |
* | Fallback to default path is sendmail can't be found | Roeland Jago Douma | 2018-11-02 | 1 | -1/+5 |
* | Mailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmail | Florian Klink | 2018-11-02 | 1 | -1/+1 |
* | Fix bug #12151: fix list formatting by correcting malformed html | brad2014 | 2018-10-30 | 1 | -2/+3 |
* | Use index for format string parameters | Julius Härtl | 2018-07-19 | 1 | -9/+9 |
* | EMailTemplate: Move background color of buttons to the table to fix rendering... | Julius Härtl | 2018-07-19 | 1 | -6/+6 |
* | Swift to \Swift_Mailer as abstraction | Roeland Jago Douma | 2018-07-04 | 1 | -12/+9 |
* | Make swift 6 compatible | Roeland Jago Douma | 2018-07-04 | 1 | -26/+16 |
* | Provide an option to disable HTML emails | Morris Jobke | 2018-04-16 | 2 | -8/+15 |
* | Do not convert email addresses with idn_to_ascii if INTL_IDNA_VARIANT_UTS46 i... | Jared Boone | 2018-04-05 | 2 | -2/+2 |
* | Fix comments | Roeland Jago Douma | 2018-03-05 | 2 | -6/+6 |
* | Fix tests | Roeland Jago Douma | 2018-03-05 | 1 | -1/+1 |
* | Make \OCP\Mail strict | Roeland Jago Douma | 2018-03-05 | 4 | -49/+53 |
* | Allow custom HTML in HTML Emails | Joas Schilling | 2018-02-15 | 1 | -11/+17 |
* | Fix email buttons for white theme | Morris Jobke | 2017-12-11 | 1 | -4/+6 |
* | Update license headers | Morris Jobke | 2017-11-06 | 4 | -1/+10 |
* | Move attachment creators to mailer class | Joas Schilling | 2017-10-25 | 2 | -21/+22 |
* | Fix docs | Joas Schilling | 2017-10-19 | 1 | -4/+4 |
* | Extend the API with teh parameters from Swift | Joas Schilling | 2017-10-19 | 1 | -2/+15 |
* | Add attachment support to emails | Joas Schilling | 2017-10-18 | 2 | -0/+98 |
* | Introduce a public interface for Message | Joas Schilling | 2017-10-18 | 2 | -4/+18 |
* | Allow templating of email subjects | Joas Schilling | 2017-10-18 | 1 | -0/+20 |
* | Merge setMetaData into constructor | Joas Schilling | 2017-09-04 | 2 | -14/+21 |
* | Add meta information to emails for better customisation | Joas Schilling | 2017-08-24 | 1 | -0/+16 |
* | Use non-deprecated INTL_IDNA_VARIANT_UTS46 | Lukas Reschke | 2017-08-09 | 2 | -3/+3 |
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | Merge pull request #5844 from nextcloud/phpstorm_inspect2 | Morris Jobke | 2017-07-24 | 2 | -3/+3 |
|\ |
|
| * | More phpstorm inspection fixes | Roeland Jago Douma | 2017-07-24 | 2 | -3/+3 |
* | | Remove unneeded styles | Morris Jobke | 2017-07-24 | 1 | -1/+1 |
* | | Adjust to height=120 | Lukas Reschke | 2017-07-24 | 1 | -1/+1 |
* | | Revert "Set max-width of image to 100px in Outlook as well" | Lukas Reschke | 2017-07-24 | 1 | -3/+0 |
|/ |
|
* | Set max-width of image to 100px in Outlook as well | Morris Jobke | 2017-07-23 | 1 | -0/+3 |
* | Allow to overwrite the email template again | Joas Schilling | 2017-06-06 | 1 | -0/+10 |
* | Add function to request SVG or regular fallback image | Lukas Reschke | 2017-05-08 | 1 | -1/+1 |
* | Allow meta info and icons | Joas Schilling | 2017-04-25 | 1 | -6/+26 |
* | Add lists to HTML emails | Joas Schilling | 2017-04-24 | 1 | -22/+104 |
* | Rename renderHTML to renderHtml | Morris Jobke | 2017-04-19 | 1 | -2/+2 |
* | Merge pull request #4369 from nextcloud/fix-translations | Morris Jobke | 2017-04-18 | 1 | -2/+2 |
|\ |
|
| * | Fix translations | Joas Schilling | 2017-04-18 | 1 | -2/+2 |
* | | Add instance name to default sender | Lukas Reschke | 2017-04-18 | 1 | -1/+1 |
|/ |
|
* | Update email template for lost password email | Morris Jobke | 2017-04-12 | 1 | -2/+13 |
* | No newlines when heading is empty | Joas Schilling | 2017-04-12 | 1 | -2/+5 |
* | make the plain text footer standard compliant and add a space after '--'. It ... | Bjoern Schiessle | 2017-04-12 | 1 | -1/+1 |
* | Use instance name as alt-text | Joas Schilling | 2017-04-12 | 1 | -2/+2 |
* | Don't duplicate the sentence with the header | Joas Schilling | 2017-04-12 | 1 | -2/+5 |
* | Properly escape heading, body and button text | Morris Jobke | 2017-04-12 | 1 | -5/+11 |
* | Add addBodyButton to add a single button to email templates | Morris Jobke | 2017-04-12 | 1 | -0/+64 |
* | Allow to set text versions for the plain text email | Morris Jobke | 2017-04-11 | 1 | -7/+24 |