Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-27 | Adds more tests for welcome mail. | Denis Costa | |
2016-01-15 | Removes InputMail.FROM_EMAIL_ADDRESS constant #578 | Giovane | |
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user. | |||
2016-01-11 | fixed filesize bug | NavaL | |
Issue #573 | |||
2015-12-22 | decode to base64 the raw attachment that is in bytes... and renaming id to ↵ | NavaL | |
attachment_id in the mail POST Issue #548 | |||
2015-12-18 | adapting mail controllers POST and PUT to work with attachements | mnandri | |
Issue #548 | |||
2015-11-11 | removing dead code from InputMail | Victor Shyba | |
2015-09-25 | Changed date format to conform to mail RFC #438 | Bruno Wagner | |
2015-09-10 | Removed PixelatedMail class leftovers | Bruno Wagner | |
We removed Pixelated mail tests and adapted the remaining tests to use Leap mail instead of it. Completely removed that now | |||
2015-09-09 | Remove soledad querier and last usages | Folker Bernitt | |
- Issue #432 | |||
2015-09-07 | Remove soledad_querier as parameter of PixelatedMail.from_soledad | kaeff | |
2015-09-04 | Prepare removing SoledadQuerier from Mail | kaeff | |
Discovered that Mail#save was still using SoledadQuerier. There were 3 methods using it: - update_tags: Covered by MailService -> moved test & fixed impl - mark_as_read: Already implemented on MailService -> removed - mark_as_unread: Still needs to be moved - remove_all_tags: Unused -> deleted - mark_as_not_recent: Unused -> deleted Issue: #432 | |||
2015-09-01 | Encode headers in InputMail when generating mime multipart from it. | Folker Bernitt | |
- Issue #360 | |||
2015-08-11 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
2015-08-11 | Fixed missing yield in test_mail.py. | Folker Bernitt | |
2015-08-11 | Fixed relative file resource in test_mail.py. | Folker Bernitt | |
2015-08-11 | Fixed unit tests. | Folker Bernitt | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-04-09 | Default broken Content-Transfer-Encoding to 8bit. | Folker Bernitt | |
- Issue #347 | |||
2015-04-09 | Added fallback to us ascii for invalid Content-Type values. | Folker Bernitt | |
- Issue #347 | |||
2015-04-02 | catch invalid data in received header when parsing date. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | when receiving invalid data for date header, fall back to datetime.now. | Lisa Junger | |
- Issue #347 | |||
2015-04-02 | handle incorrectly encoded headers as ascii. | Lisa Junger | |
- Issue #347 | |||
2015-03-24 | Fix pep8 errors of lambda functions | Tiago Ferraz | |
Altered lambda function to def in order to fix pep8 E371 errors | |||
2015-03-20 | Added support for encoded To, Cc and Bcc headers. | Folker Bernitt | |
- Issue #248 | |||
2015-03-19 | #248 Wrote missing tests | Jefferson Stachelski | |
2015-03-18 | cleaning import * from integration and unit tests | Victor Shyba | |
2015-03-17 | Don't fail to parse mail if neither Date nor Received header is avail. | Folker Bernitt | |
- Issue #331 | |||
2015-03-12 | Fixed problem with multi line content type header field. | Folker Bernitt | |
- Bugfix - Issues #313, #322 | |||
2015-03-10 | added support for 7 and 8bit content transfer encoding. | Folker Bernitt | |
- Issue #312 | |||
2015-03-05 | Fixed problem when doding mails and with non utf-8 charset. | Folker Bernitt | |
2015-02-23 | for #174, mailer daemon is now filtered from suggestions | Victor Shyba | |
2015-02-23 | for #174, only 5.X.X are permanent bounces | Victor Shyba | |
2015-02-20 | Issue #174 - rejects bounced addresses on contacts suggestions | Patrick Maia | |
2015-02-20 | Issue #174 - extracts bounced address from bounce message | Patrick Maia | |
2015-02-20 | Issue #174 - recognizes bounced mails | Patrick Maia | |
2015-01-22 | #224 renaming tests so they get caught by trial runner | Duda Dornelles | |