Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-23 | Improve error message if send mail fails | Folker Bernitt | |
- Issue #609 | |||
2016-02-19 | Fixed arity of two event callbacks | Folker Bernitt | |
2016-02-02 | Merge branch 'load', the load testing code | Victor Shyba | |
2016-02-02 | Log some times to identify very slow parts | Folker Bernitt | |
2016-02-02 | WIP | NavaL | |
2016-01-18 | migrating mails resources to use services factory | NavaL | |
Issue #576 | |||
2016-01-15 | Removes InputMail.FROM_EMAIL_ADDRESS constant #578 | Giovane | |
- Created the replier component to generate the reply dict for the email. This was needed to decouple the InputMail from the need to know who is the logged user. | |||
2016-01-11 | renamed attachment_id attribute to ident on POST response, to conform with ↵ | NavaL | |
the GET attachment API Issue #548 | |||
2015-12-22 | decode to base64 the raw attachment that is in bytes... and renaming id to ↵ | NavaL | |
attachment_id in the mail POST Issue #548 | |||
2015-12-19 | moving custom to_unicode to pixelated.support | mnandri | |
2015-12-18 | adapting mail controllers POST and PUT to work with attachements | mnandri | |
Issue #548 | |||
2015-12-07 | #454 added utf-8 encoding on message body, and corresponding query search term | mnandri | |
2015-11-23 | Return 422 if deletion failed | Victor Shyba | |
This is needed for protecting against concurrent saves on drafts. --Issue #512 | |||
2015-11-23 | Simplify controller logic on PUT draft | Victor Shyba | |
It was checking for mail existence, but thats redundant since its also checking if draft_id was being sent. Also, its service responsibility to ensure operation consistency, not the controller. --Issue #512 | |||
2015-11-13 | Issue #523 - Created python test for arhive mail | Jefferson Stachelski | |
2015-11-13 | Issue #523 - Created an archive mail button | Jefferson Stachelski | |
2015-11-11 | unhandled errors were not being logged and generated no response back | Victor Shyba | |
2015-09-25 | Issue #470 handling the update draft | Jefferson Stachelski | |
Deleting the new draft created if the old one was not found to fix the duplication drafts | |||
2015-08-30 | [bug] Do not send failure to user, send a msg | Victor Shyba | |
Failure was being returned when user expect just a status message. -- Issue #369 | |||
2015-08-25 | [refactor] remove mailbox references | Victor Shyba | |
Extracted listener logic and removed remaining mailboxes references Issues -- #439 -- #440 | |||
2015-08-19 | Remove poor person's debugging prints | kaeff | |
2015-08-11 | Changed test_delete_mail.py integration test to new mail store. | Folker Bernitt | |
- intermediate state, some tests are broken | |||
2015-08-11 | First steps migrating mail service to new data model. | Folker Bernitt | |
2015-08-11 | Fixed test_delete_mail integration test. | Folker Bernitt | |
2015-08-11 | Fixed test_mark_as_read_unread.py. | Folker Bernitt | |
2015-08-11 | Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵ | Folker Bernitt | |
implementation. | |||
2015-08-11 | fix integration.test_drafts | Victor Shyba | |
2015-08-11 | Fixed pep8. | Folker Bernitt | |
2015-08-11 | All mails now displays mails. | Folker Bernitt | |
2015-08-11 | /mails resource handle deferreds | Victor Shyba | |
2015-08-11 | trying out a new migration | 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-04-09 | pepa8, adding extra blank line | Roberto Soares | |
2015-04-09 | listening event 'recoverMany' | Roberto Soares | |
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |
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 | removes unused imports | Patrick Maia | |
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 | 249 Implemented a feature that send an email when something was wrong to ↵ | Jefferson Stachelski | |
send email | |||
2015-01-29 | #249 removed unecessary return | Jefferson Stachelski | |
2015-01-29 | #249 make the sending process a deferred | Alexandre Pretto Nunes | |
2015-01-22 | #224 fixing tests and app for twisted migration | Duda Dornelles | |
2015-01-21 | Fixed pep8 warnings | Bruno Wagner | |
2015-01-21 | #240 Adapted tests after change to twisted web | Duda Dornelles | |
2015-01-21 | #224 App is working without klein - migration to twisted "complete" | Duda Dornelles | |