summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/test_mail.py
AgeCommit message (Expand)Author
2016-09-27Adds more tests for welcome mail.Denis Costa
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-18adapting mail controllers POST and PUT to work with attachementsmnandri
2015-11-11removing dead code from InputMailVictor Shyba
2015-09-25Changed date format to conform to mail RFC #438Bruno Wagner
2015-09-10Removed PixelatedMail class leftoversBruno Wagner
2015-09-09Remove soledad querier and last usagesFolker Bernitt
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-11Fixed missing yield in test_mail.py.Folker Bernitt
2015-08-11Fixed relative file resource in test_mail.py.Folker Bernitt
2015-08-11Fixed unit tests.Folker Bernitt
2015-08-11trying out a new migrationVictor Shyba
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-24Fix pep8 errors of lambda functionsTiago Ferraz
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
2015-03-19#248 Wrote missing testsJefferson Stachelski
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-03-17Don't fail to parse mail if neither Date nor Received header is avail.Folker Bernitt
2015-03-12Fixed problem with multi line content type header field.Folker Bernitt
2015-03-10added support for 7 and 8bit content transfer encoding.Folker Bernitt
2015-03-05Fixed problem when doding mails and with non utf-8 charset.Folker Bernitt
2015-02-23for #174, mailer daemon is now filtered from suggestionsVictor Shyba
2015-02-23for #174, only 5.X.X are permanent bouncesVictor Shyba
2015-02-20Issue #174 - rejects bounced addresses on contacts suggestionsPatrick Maia
2015-02-20Issue #174 - extracts bounced address from bounce messagePatrick Maia
2015-02-20Issue #174 - recognizes bounced mailsPatrick Maia
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles