Age | Commit message (Expand) | Author |
2015-03-30 | Fixing if logic on _extract_alternative | Tiago Ferraz |
2015-03-30 | Protection against None bdoc | Tiago Ferraz |
2015-03-30 | Protection against None bdoc object | 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 | Gracefully handle None from and subject values during tests. | 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 | #248 Fixed the UTF-8 decode for special characteres | Jefferson Stachelski |
2015-03-18 | making map and filter explicit | Victor Shyba |
2015-03-18 | cleaning unused imports and variables | Victor Shyba |
2015-03-18 | import * and missing re, re came from * | Victor Shyba |
2015-03-18 | MailService is now an object | Bruno Wagner |
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 | Added some error logging if mail part parsing fails. | Folker Bernitt |
2015-03-12 | Fixed problem with multi line content type header field. | Folker Bernitt |
2015-03-11 | for #315, check query parameter and return empty if they are empty, not an error | Victor Shyba |
2015-03-10 | for #315, verify phash. Need more defensive coding here | Victor Shyba |
2015-03-10 | added support for 7 and 8bit content transfer encoding. | Folker Bernitt |
2015-03-06 | for #288, adds encryption failure to casing | Victor Shyba |
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-27 | Stop verifying OpenPGP header | 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-22 | #290 no need to remove all tags when moving to thrash | Duda Dornelles |
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-13 | Charset detection will not break if there is extra information in the charset... | Bruno Wagner |
2015-02-13 | Fixing colors for recipient information and fixing pep8 violations | Duda Dornelles |
2015-02-13 | Fixed encryption status check and changed signature status logic | Bruno Wagner |
2015-02-13 | Monkey patching fetch decrypt to add encryption info | Duda Dornelles |
2015-02-10 | Issue #276 - uses the old casing when an existing tag with different casing i... | Patrick Maia |
2015-02-06 | Issue #276 - saves tags in the same case they arrive | Patrick Maia |
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 | Issue #176 - tags with multiple words are now searcheable | Patrick Maia |
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some search_engine... | Duda Dornelles |
2015-02-03 | Moving mails_resouce render_GET logic to mail_service | Duda Dornelles |
2015-01-30 | #236 Fixed variable and method names | Jefferson Stachelski |
2015-01-30 | Removing duplicate email address | simnyatsanga |
2015-01-30 | Fixed pep8 on mail_service.py | Jefferson Stachelski |
2015-01-30 | 249 Implemented a feature that send an email when something was wrong to send... | Jefferson Stachelski |
2015-01-29 | #249 make the sending process a deferred | Alexandre Pretto Nunes |
2015-01-28 | for #173, now searching on sender field for contacts auto complete | Victor Shyba |