summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/mailstore
AgeCommit message (Expand)Author
2016-01-15Remove unused method and rename private oneFolker Bernitt
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
2016-01-12Refactor AttachmentInfo: Remove knowledge about part map structureFolker Bernitt
2016-01-11fixed filesize bugNavaL
2016-01-11matching POST response and GET of an attachment -- API specificationNavaL
2016-01-06Support attachments without name in Content-Disposition headerFolker Bernitt
2015-12-29Issue #562 - Capture inline attachments from Content Disposition.Gislene Pereira
2015-12-24Issue #557 - Fixed REGEX to receive attachments from Apple Mail.Gislene Pereira
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-18ensuring the same file is not saved twicemnandri
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ...mnandri
2015-12-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-11-24Issue #494 - Bruno/Jeff Fixed the encoding testsJefferson Stachelski
2015-11-23Return 422 if deletion failedVictor Shyba
2015-11-23Simplify controller logic on PUT draftVictor Shyba
2015-11-23No more 'need to create before delete'Victor Shyba
2015-11-19Move 'From' initialization to InputMail factory. w/ @bwagner #531Giovane
2015-11-18Issue #494 - Fixed reply when the replayer is the senderJefferson Stachelski
2015-11-16Issue #525 - Fixed the space on mail addressJefferson Stachelski
2015-11-10Fix the problem when leap doesn't found body_phashJefferson Stachelski
2015-11-03[#508] Making search also work with substrings - pairing w/ @pereiragisleneGiovane
2015-10-19Remove debug outputFolker Bernitt
2015-10-14Support reply to mail sent by meFolker Bernitt
2015-10-14Parse address before filtering for replyFolker Bernitt
2015-10-12Log problem when ignoring charactersFolker Bernitt
2015-10-09issue #473 - Fixed the encode problemJefferson Stachelski
2015-10-07Make unicode string explicitFolker Bernitt
2015-10-05issue #473 - Removed ipdb commited by mistakeJefferson Stachelski
2015-10-05issue #473 - Fixed the encoding problemJefferson Stachelski
2015-09-25Changed date format to conform to mail RFC #438Bruno Wagner
2015-09-25Add repair to pixelated maintenanceFolker Bernitt
2015-09-25Add SoledadMaintenace repair for mixed up keysFolker Bernitt
2015-09-10[feat] handle missing mailbox as all mailsVictor Shyba
2015-09-10Removed bounced email contact removal (#441)Bruno Wagner
2015-09-10Handle encoding errors in headers gracefully.Folker Bernitt
2015-09-09Fix mixed encodings in mail subjectsFolker Bernitt
2015-09-09Improved body decoding when parsing mails.Folker Bernitt
2015-09-08Some progress on the issue #441Jefferson Stachelski
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the sig...Duda Dornelles
2015-09-02Revert "[refactor] Move search mails into searchable_mailstore"Victor Shyba
2015-09-02Download attachments from mail store instead of querierFolker Bernitt
2015-09-01[bug] do not encode None as strVictor Shyba
2015-09-01Added get_mail_attachment to MailStore and LeapMailStore.Folker Bernitt
2015-09-01Encode mail addresses when replyingFolker Bernitt
2015-09-01Decode encoded mail headers to unicodeFolker Bernitt
2015-08-30[refactor] Move search mails into searchable_mailstoreVictor Shyba
2015-08-30[bug] NotImplemented (typo)-> NotImplementedErrorVictor Shyba
2015-08-24[bug] add support for nested attachmentsVictor Shyba
2015-08-17Read encoding from attachment info instead of headerskaeff
2015-08-17[wip] Expose attachments again after migrationkaeff