Age | Commit message (Expand) | Author |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares |
2015-04-09 | Default broken Content-Transfer-Encoding to 8bit. | Folker Bernitt |
2015-04-09 | Added fallback to us ascii for invalid Content-Type values. | Folker Bernitt |
2015-04-02 | catch invalid data in received header when parsing date. | Lisa Junger |
2015-04-02 | when receiving invalid data for date header, fall back to datetime.now. | Lisa Junger |
2015-04-02 | handle incorrectly encoded headers as ascii. | Lisa Junger |
2015-03-24 | Fix pep8 errors of lambda functions | Tiago Ferraz |
2015-03-22 | checks if a mailbox is fresh (uid is 0). | Victor Shyba |
2015-03-22 | extracts get_lastuid and adds tests for create_mail uid consistency. | Victor Shyba |
2015-03-20 | empty queries test makes more sense as a unit test | Victor Shyba |
2015-03-20 | Added missing file for previous commit. | Folker Bernitt |
2015-03-20 | Added support for encoded To, Cc and Bcc headers. | Folker Bernitt |
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 |
2015-03-17 | Lock index on index_mail. | Folker Bernitt |
2015-03-12 | Fixed problem with multi line content type header field. | Folker Bernitt |
2015-03-10 | added support for 7 and 8bit content transfer encoding. | Folker Bernitt |
2015-03-05 | Fixed problem when doding mails and with non utf-8 charset. | Folker Bernitt |
2015-02-27 | Refactored out tag service and replaced mail normalization with built-in pars... | Bruno Wagner & Victor Shyba |
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-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles |
2015-02-06 | for #167, moving contacts suggestions search logic to a separate module | Victor Shyba |
2015-02-05 | for #167, deduplicate contacts by largest | Victor Shyba |
2015-02-05 | (Re-)added error handling for twisted smtp sender. | Folker Bernitt |
2015-02-04 | Refactoring more of resource logic into service. No more search engine on mai... | Duda Dornelles |
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some search_engine... | Duda Dornelles |
2015-01-30 | Removing duplicate email address | simnyatsanga |
2015-01-30 | 249 Implemented a feature that send an email when something was wrong to send... | Jefferson Stachelski |
2015-01-22 | #224 renaming tests so they get caught by trial runner | Duda Dornelles |
2015-01-13 | Fixed ignoring charset on mail content type when parsing mails. | Folker Bernitt |
2015-01-09 | #164 sometimes a mail with more than one alternative will not have an html part | Duda Dornelles |
2015-01-08 | Fix pep8 | Alexandre Pretto |
2015-01-08 | #157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ... | Alexandre Pretto |
2015-01-06 | Issue #135: Removed dead code. | Lisa Junger |
2015-01-06 | Issue #215: Fixed missing From header for sent mails. | Lisa Junger |
2014-12-23 | deleting unused code | Duda Dornelles |
2014-12-22 | refactoring package structure | Duda Dornelles |
2014-12-17 | Fixed #199 base64 detection won't break plain text | Fábio Pio |
2014-12-17 | Fix Pep8 test for #195 and #198 special characters handling. | Lisa Junger |
2014-12-16 | Fix #195 and #198 special characters handling | Fábio Pio |
2014-12-11 | no_signature_information used when leap signature header is none #177 | Victor Shyba |
2014-12-11 | optmizing python imports | Duda Dornelles |
2014-12-03 | #135 fix python unit tests | Alexandre Pretto Nunes |
2014-12-03 | #135 Use reply-to field instead of from when present | Alexandre Pretto Nunes |
2014-12-03 | #135 Have the service respond the email details with who should be on to: and... | Alexandre Pretto Nunes |