summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter
AgeCommit message (Expand)Author
2016-01-25Fix: Ignore missing mail data error when creating search indexFolker Bernitt
2016-01-18Move user folder logic up to ServicesFolker Bernitt
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
2016-01-13Removed unused logging imports and fixed maintenance logger during testBruno Wagner
2016-01-12Issue #577 - Added namespace to search index pathBruno Wagner
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-08Removed search engine from constant in IndexerBruno Wagner
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-22decode to base64 the raw attachment that is in bytes... and renaming id to at...NavaL
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
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-26Issue #532 - Removing name from canonical addressJefferson Stachelski
2015-11-25Issue #515 - Removed the Bcc when sending emailJefferson Stachelski
2015-11-24Issue #494 - Bruno/Jeff Fixed the encoding testsJefferson Stachelski
2015-11-23Return 422 if deletion failedVictor Shyba
2015-11-23Checking on deletion errors on drafts isnt neededVictor Shyba
2015-11-23Add test for mail deletion with invalid mail idFolker Bernitt
2015-11-18Issue #494 - Fixed reply when the replayer is the senderJefferson Stachelski
2015-11-17Issue #495 Giovane/Jeff: Fixed from undefinedJefferson Stachelski
2015-11-11removing dead code from InputMailVictor Shyba
2015-11-10refactor unit testsw00
2015-11-04Issue #499 - removed the local SMTPJefferson Stachelski
2015-11-04Add error handling to MailSenderFolker Bernitt
2015-11-04Change str email to twisted.mail.smtp.UserFolker Bernitt
2015-11-04Instantiate new MailSender in ServicesFolker Bernitt
2015-11-03Add new MailSender based on OutgoingMailFolker Bernitt
2015-11-03Rename MailSender to LocalSmtpMailSenderFolker 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-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[test] leap_mailstore handles unknow uuid as emptyVictor Shyba
2015-09-10Removed PixelatedMail class leftoversBruno Wagner
2015-09-09Fix mixed encodings in mail subjectsFolker Bernitt
2015-09-09Improved body decoding when parsing mails.Folker Bernitt
2015-09-09Remove soledad querier and last usagesFolker Bernitt
2015-09-07Remove soledad_querier as parameter of PixelatedMail.from_soledadkaeff
2015-09-04#432 - Adding test_mark_as_read and refactoring existing test_mark_as_read in...Gislene Pereira
2015-09-04Prepare removing SoledadQuerier from Mailkaeff
2015-09-04Remove SoledadQuerier from Serviceskaeff
2015-09-02[feature] adding security_casing to LeapMail so we can show in the UI the sig...Duda Dornelles