Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | removing unnecessary extra query | Victor Shyba | |
2015-04-09 | Adds service to move mails to inbox | Roberto Soares | |
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-18 | making map and filter explicit | Victor Shyba | |
2015-03-18 | MailService is now an object | Bruno Wagner | |
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-22 | #290 no need to remove all tags when moving to thrash | Duda Dornelles | |
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |
2015-02-10 | Issue #276 - uses the old casing when an existing tag with different casing ↵ | Patrick Maia | |
is posted | |||
2015-02-06 | Issue #276 - saves tags in the same case they arrive | Patrick Maia | |
2015-02-05 | (Re-)added error handling for twisted smtp sender. | Folker Bernitt | |
- Issue #249 - Fixed all tests with that rely on sendmail deferred. | |||
2015-02-04 | Refactoring more of resource logic into service. No more search engine on ↵ | Duda Dornelles | |
mail(s) resource | |||
2015-02-03 | Movinge MailsResource#render_POST logic to MailService and some ↵ | Duda Dornelles | |
search_engine calls to Mailbox | |||
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 ↵ | Jefferson Stachelski | |
send email | |||
2015-01-29 | #249 make the sending process a deferred | Alexandre Pretto Nunes | |
2015-01-06 | Getting rid of unused sqlcipher index updates, speeding up tests and app. ↵ | Duda Dornelles | |
Also, making the data tests folder a subfolder of soledad-test so that we can make soledad-test into a ramdisk to speed up tests | |||
2015-01-06 | Issue #183 adds ALL to special tags. | Lisa Junger | |
2015-01-06 | Issue #135: Removed dead code. | Lisa Junger | |
2014-12-23 | #216 when trying to save a draft too fast (before the previous version is ↵ | Duda Dornelles | |
saved) simply ignore the attempt | |||
2014-12-23 | deleting unused code | Duda Dornelles | |
2014-12-23 | Refactoring soledad querier to use mixins | Duda Dornelles | |
2014-12-22 | Removing unused code | Duda Dornelles | |
2014-12-22 | refactoring package structure | Duda Dornelles | |