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
2020-02-10Add a lazy structure analyzation to get the attachments icon backChristoph Wurst
2020-01-31Add a cache for IMAP message in the databaseChristoph Wurst
2020-01-24Show embedded messages as attachmentsChristoph Wurst
2020-01-13Fix vanishing newlines of plaintext draftsChristoph Wurst
2020-01-08Use KItinerary to extract information from emails and attachmentsChristoph Wurst
2020-01-07base64_encode $folderId => Fixes https://github.com/nextcloud/mail/issues/2262Cyrille Bollu
2019-12-16Treat MIME part IDs as strings, not intsChristoph Wurst
2019-10-15Add CKEditorChristoph Wurst
2019-10-08Do not fetch headers if we don't use themChristoph Wurst
2019-10-02Merge branch 'master' of github.com:/nextcloud/mail into refactor/remove-unus...Christoph Wurst
2019-10-02Merge pull request #2062 from nextcloud/refactor/remove-unused-message-sizeChristoph Wurst
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