Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Model
AgeCommit message (Expand)Author
2019-10-02Remove unused fromEmail field from IMAP message jsonChristoph Wurst
2019-10-02Remove unused message size fieldChristoph Wurst
2019-10-02Remove unused date fields from message responseChristoph Wurst
2019-09-27Include the HTML body in the JSON message dataChristoph Wurst
2019-09-27Make \OCA\Mail\Model\RepliedMessageData nullable, not its propertiesChristoph Wurst
2019-09-27Refactor \OCA\Mail\Mailbox::getMessageChristoph Wurst
2019-09-05Move message sending and draft saving codeChristoph Wurst
2019-01-08FiooFix invalid int type hint for multipart part idsChristoph Wurst
2018-10-10Post Marionette attachment code to VueChristoph Wurst
2018-08-01Fix type incompatibilitiesChristoph Wurst
2018-07-30Make OCA\Mail\Model strictChristoph Wurst
2018-05-29let urllinker handle html escaping for plain text mails instead of doing it b...Robin Appelman
2018-03-27Fix no sender null checkChristoph Wurst
2018-02-01Remove unified inbox/mailbox relictsChristoph Wurst
2017-10-23Cleanup address handlingChristoph Wurst
2017-09-25Remove unused codeChristoph Wurst
2017-09-11Fix resumed draft to/cc/bcc valuesChristoph Wurst
2017-08-28Fix encoding of drafts messagesChristoph Wurst
2017-08-01Attach local attachments to outgoing messagesChristoph Wurst
2017-07-11Fix issues reported by scrutinizerChristoph Wurst
2017-07-10Refactor message transmission codeChristoph Wurst
2017-03-28Merge pull request #309 from ChappIO/patch-1Christoph Wurst
2017-03-28Merge pull request #339 from nextcloud/fix-undisclosed-recipient-listSteffen Lindner
2017-03-27FIx inbox listing with undisclosed-recipientsJoas Schilling
2017-03-27prevent stacking of Aw, Wg, Fwd just like ReJan-Christoph Borchardt
2017-02-28Return variable instead of expressionThomas Biesaart
2017-02-28Replace iconv by mb_convert_encodingThomas Biesaart
2016-10-17Use PSR-4 loading for normal filesJoas Schilling