Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-10 | Removed bounced email contact removal (#441) | Bruno Wagner | |
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :) | |||
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-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 | Made LeapMail compatible with SearchEngine. | Folker Bernitt | |
2015-08-11 | Started work on MailStore abstraction. | Folker Bernitt | |
2015-08-11 | Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵ | Folker Bernitt | |
implementation. | |||
2015-08-11 | Temporary fix: INBOX as default mailbox name. | Folker Bernitt | |
2015-08-11 | yields and small changes to make incoming mail fetching work | Victor Shyba | |
2015-08-11 | fix integration.test_drafts | Victor Shyba | |
2015-08-11 | fixing integration.test_tags | Victor Shyba | |
2015-08-11 | unfortunately, this is still to be fixed yet. Re-adding FIXME warning | Victor Shyba | |
2015-08-11 | Use mbox instead of mbox_uuid as mailbox_name. | Folker Bernitt | |
2015-08-11 | Fixed unit tests. | Folker Bernitt | |
2015-08-11 | Moved mark_all_as_not_recent to yield. | Folker Bernitt | |
2015-08-11 | trying out a new migration | Victor Shyba | |
2015-06-12 | [refactor] use flags property on mail | Victor Shyba | |
Use it instead of reapeating fdoc.content[flags] | |||
2015-06-05 | Added creation of input mail from python message | Bruno Wagner | |
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways. | |||
2015-06-05 | if exception variable isnt used, we shouldnt declare it for cleaner code | Victor Shyba | |
2015-06-04 | removing unused imports | Victor Shyba | |
2015-04-14 | Log was leaking subject, changed to uid instead | Bruno Wagner | |
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-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 | #248 Fixed the UTF-8 decode for special characteres | Jefferson Stachelski | |
2015-03-17 | Don't fail to parse mail if neither Date nor Received header is avail. | Folker Bernitt | |
- Issue #331 | |||
2015-03-12 | Added some error logging if mail part parsing fails. | Folker Bernitt | |
- Especially interested in the Content-Type header field | |||
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-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 ↵ | Bruno Wagner & Victor Shyba | |
parseaddr Also made some minor fixes based on pylint output | |||
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-20 | Issue #174 - extracts bounced address from bounce message | Patrick Maia | |
2015-02-20 | Issue #174 - recognizes bounced mails | Patrick Maia | |
2015-02-13 | Charset detection will not break if there is extra information in the ↵ | Bruno Wagner | |
charset field | |||
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-01-30 | 249 Implemented a feature that send an email when something was wrong to ↵ | Jefferson Stachelski | |
send email | |||
2015-01-24 | Fix a mistype error | Augusto Bennemann | |
2015-01-13 | Fixed ignoring charset on mail content type when parsing mails. | Folker Bernitt | |