summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/model/mail.py
AgeCommit message (Expand)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
2016-10-19Adapted logging in the UA to use twisted.loggerBruno Wagner
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-09-28Adds fallback to previous way to get body message.Denis Costa
2016-09-27Fixes charset on welcome mail in portuguese.Denis Costa
2016-09-23Adds translation to welcome mail.Denis Costa
2016-03-24[fix] remove pycryptopp dependencyKali Kaneko (leap communications)
2016-01-15Removes InputMail.FROM_EMAIL_ADDRESS constant #578Giovane
2016-01-11fixed filesize bugNavaL
2015-12-22decode to base64 the raw attachment that is in bytes... and renaming id to at...NavaL
2015-12-19refactored Mail modelmnandri
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
2015-11-19Move 'From' initialization to InputMail factory. w/ @bwagner #531Giovane
2015-11-11removing dead code from InputMailVictor Shyba
2015-10-13Add tests for welcome mail.Giovane
2015-10-13Fix send welcome email service method #484 Giovane & JeffGiovane
2015-09-25Changed date format to conform to mail RFC #438Bruno Wagner
2015-09-10Removed bounced email contact removal (#441)Bruno Wagner
2015-09-10Removed PixelatedMail class leftoversBruno Wagner
2015-09-07Remove soledad_querier as parameter of PixelatedMail.from_soledadkaeff
2015-09-04Prepare removing SoledadQuerier from Mailkaeff
2015-09-01Encode headers in InputMail when generating mime multipart from it.Folker Bernitt
2015-08-11Make indexing recepients work again by fixing serialization bugKlaus Fl
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11Started work on MailStore abstraction.Folker Bernitt
2015-08-11Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying implementa...Folker Bernitt
2015-08-11Temporary fix: INBOX as default mailbox name.Folker Bernitt
2015-08-11yields and small changes to make incoming mail fetching workVictor Shyba
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11unfortunately, this is still to be fixed yet. Re-adding FIXME warningVictor Shyba
2015-08-11Use mbox instead of mbox_uuid as mailbox_name.Folker Bernitt
2015-08-11Fixed unit tests.Folker Bernitt
2015-08-11Moved mark_all_as_not_recent to yield.Folker Bernitt
2015-08-11trying out a new migrationVictor Shyba
2015-06-12[refactor] use flags property on mailVictor Shyba
2015-06-05Added creation of input mail from python messageBruno Wagner
2015-06-05if exception variable isnt used, we shouldnt declare it for cleaner codeVictor Shyba
2015-06-04removing unused importsVictor Shyba
2015-04-14Log was leaking subject, changed to uid insteadBruno Wagner
2015-04-09Default broken Content-Transfer-Encoding to 8bit.Folker Bernitt
2015-04-09Added fallback to us ascii for invalid Content-Type values.Folker Bernitt
2015-04-02catch invalid data in received header when parsing date.Lisa Junger
2015-04-02when receiving invalid data for date header, fall back to datetime.now.Lisa Junger
2015-04-02handle incorrectly encoded headers as ascii.Lisa Junger
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
2015-03-19#248 Wrote missing testsJefferson Stachelski
2015-03-18#248 Fixed the UTF-8 decode for special characteresJefferson Stachelski
2015-03-17Don't fail to parse mail if neither Date nor Received header is avail.Folker Bernitt
2015-03-12Added some error logging if mail part parsing fails.Folker Bernitt