Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | Issue #526 - Fixed contacts query input and results to only return matched terms | Bruno Wagner | |
2015-11-17 | Issue #495 Giovane/Jeff: Fixed from undefined | Jefferson Stachelski | |
Sent mail doesn't have a from field, so now we are adding it | |||
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-11-09 | use mail_service to inject account_email into root_resource | sw00 | |
instead of using leap_session, mail_service can be used to get the account email. | |||
2015-11-09 | template user's email address into title | sw00 | |
this should solve https://github.com/pixelated/pixelated-user-agent/issues/246 needed to inject leap_session into root resource to access user email on request. | |||
2015-10-22 | Move interstitial to root resource | Folker Bernitt | |
- Issue #501 - Moves assets to startup-assets - No more switching between twisted resources at runtime | |||
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-09-21 | #442 Moves feedback url to environment variable. | Giovane | |
2015-09-21 | #442 Creates feedback service that create tickets on leap web. | Giovane | |
2015-09-14 | #442 Correcting env variable name and initialize dispatcher_features before ↵ | Giovane | |
usage. | |||
2015-09-14 | #442 Undo renaming of variable on features resource. | Giovane | |
2015-09-14 | #442 Rename forgotten attribute on features resources. | Giovane | |
2015-09-14 | #442 Add feature hiddig to feedback link. | Giovane | |
2015-09-02 | Download attachments from mail store instead of querier | Folker Bernitt | |
- Issue #435 - Improved error handling of attachment resource | |||
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 | Make indexing recepients work again by fixing serialization bug | Klaus Fl | |
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 | [refactor] Extracts get_key logic, sharing it | Victor Shyba | |
This avoids direct access to keymanager and reuses logic from NickNym class. -- Issue #422 | |||
2015-08-11 | Fixed test_delete_mail integration test. | Folker Bernitt | |
2015-08-11 | Fixed attachments_resource.py. | 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 | fixing integration.test_tags | Victor Shyba | |
2015-08-11 | Fixed pep8. | Folker Bernitt | |
2015-08-11 | Get single mail endpoint works. | 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-09 | AttachmentsResource don't need querier anymore, RootResource doesn't need it too | Bruno Wagner | |
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 | Loading page is now in the resources folder | Bruno Wagner | |
2015-04-27 | Merge pull request #373 from roberto/master | Rafael Lisboa | |
Allow user to move emails from trash to inbox | |||
2015-04-13 | Removed info sync because we have a loading page now | Bruno Wagner | |
2015-04-09 | pepa8, adding extra blank line | Roberto Soares | |
2015-04-09 | listening event 'recoverMany' | Roberto Soares | |
2015-03-18 | Changed map to list comprehension | Bruno Wagner | |
2015-02-18 | #294 - not failing service startup if smtp fails to start | Duda Dornelles | |
2015-02-13 | Making sure that no private key can be retrieved by the KeysResource | Duda Dornelles | |
2015-02-13 | Adding encryption info for a recipient when composing. | Duda Dornelles | |
To do that we look into the KeysResouce to see if we will find a key for each address entered for the recipients. | |||
2015-02-13 | Monkey patching fetch decrypt to add encryption info | 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 | |