Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-12 | [refactor] use flags property on mail | Victor Shyba | |
Use it instead of reapeating fdoc.content[flags] | |||
2015-06-12 | [refactor] SearchEngine does not need a querier | Victor Shyba | |
It was used only to retrieve encryption key. This should be done by who is using it. | |||
2015-06-09 | AttachmentsResource don't need querier anymore, RootResource doesn't need it too | Bruno Wagner | |
2015-06-07 | smtp with better variable naming and random port | Victor Shyba | |
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 | [feat] async index writer to avoid locking #404 | Victor Shyba | |
This commit changes index writer to use AsyncWriter. It should avoid locking on our code and speed up things for now. | |||
2015-06-04 | removing unused imports | Victor Shyba | |
2015-06-04 | removing unnecessary extra query | Victor Shyba | |
2015-06-04 | refactor unassigned list comprehension | Victor Shyba | |
2015-05-19 | stop unneeded index rebuild and endless marking of recent docs | rafael lisboa | |
(paired with @shyba) this should stop soledad sync from running repeatedly - removes all callbacks to the SOLEDAD_DONE_DATA_SYNC event after they’re called - avoid re-marking a document as recent if it was already marked | |||
2015-04-27 | Merge pull request #373 from roberto/master | Rafael Lisboa | |
Allow user to move emails from trash to inbox | |||
2015-04-14 | Log was leaking subject, changed to uid instead | Bruno Wagner | |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares | |
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-08 | Merge pull request #358 from pixelated-project/shybamaster | Victor Shyba | |
Welcome email | |||
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-04-01 | Refactor lastuid and register wrapper on SYNC_DONE | Victor Shyba | |
-- Issue #334 | |||
2015-03-30 | Fixing if logic on _extract_alternative | Tiago Ferraz | |
2015-03-30 | Protection against None bdoc | Tiago Ferraz | |
Pixelated does not load the mails when bdoc is None Tiago & Neissi pairing | |||
2015-03-30 | Protection against None bdoc object | Tiago Ferraz | |
When bdoc is None, pixelated does not load emails, even though it is not necessary. Tiago & Neissi pairing | |||
2015-03-22 | checks if a mailbox is fresh (uid is 0). | Victor Shyba | |
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334 | |||
2015-03-22 | extracts get_lastuid and adds tests for create_mail uid consistency. | Victor Shyba | |
-- Issue #334 | |||
2015-03-20 | Gracefully handle None from and subject values during tests. | Folker Bernitt | |
- Issue #248 | |||
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-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 | |
- Issue #331 | |||
2015-03-17 | Lock index on index_mail. | Folker Bernitt | |
- Issue #330 | |||
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-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 | |
- 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-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 | |