Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-27 | Permanently delete discarded drafts #512 w/ bwagner | Giovane | |
2015-11-26 | Issue #532 - Removing name from canonical address | Jefferson Stachelski | |
Now the canonical mail address are been parsed to a common one, but it is a Twisted smtp bug that should be fixed in the future | |||
2015-11-25 | Isse #515 - Refactored bcc login on send mail | Jefferson Stachelski | |
2015-11-25 | Issue #515 - Removed the Bcc when sending email | Jefferson Stachelski | |
2015-11-24 | Issue #494 - Bruno/Jeff Fixed the encoding tests | Jefferson Stachelski | |
2015-11-24 | Issue #536 - Refactoed search_addresses | Jefferson Stachelski | |
2015-11-24 | pixelated.adapter.errors is not used anymore. | Christoph Kluenter | |
It was removed in e68f667 | |||
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-23 | Making explicit the goal for test that checks double deletion | Victor Shyba | |
It had no assert, making it confusing. With a failure clause on the except handler we show that its not supposed to raise errors --Issue #512 | |||
2015-11-23 | Removes DuplicatedDraftException | Victor Shyba | |
--Issue #512 | |||
2015-11-23 | Removing test, since this scenario doesnt exists anymore | Victor Shyba | |
--Issue #512 | |||
2015-11-23 | Checking on deletion errors on drafts isnt needed | Victor Shyba | |
As delete_mail checks for mail_id there will be no more need to create errors. --Issue #512 | |||
2015-11-23 | No more 'need to create before delete' | Victor Shyba | |
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512 | |||
2015-11-23 | Add test for mail deletion with invalid mail id | Folker Bernitt | |
- Issue #511 | |||
2015-11-20 | Issue #526 - Changed way that we use whoosh | Jefferson Stachelski | |
Now we are captilizing string for don't miss name that starts with an uppercase letter | |||
2015-11-19 | Fixing tests #531 | Giovane | |
2015-11-19 | Move 'From' initialization to InputMail factory. w/ @bwagner #531 | Giovane | |
2015-11-18 | Issue #494 - Fixed reply when the replayer is the sender | Jefferson Stachelski | |
2015-11-18 | Issue #526 - Fixed contacts query input and results to only return matched terms | Bruno Wagner | |
2015-11-18 | Issue #511 - Don't deleting if mail is None | Jefferson Stachelski | |
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-16 | Issue #525 - Fixed the space on mail address | Jefferson Stachelski | |
Doing a trim on every recipient string | |||
2015-11-13 | Merge pull request #521 from rdoh/remove_save_draft_button | Giovane Liberato | |
merge "remove save draft button, related css and js" | |||
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-12 | remove save draft button, related css and js | Robin Doherty | |
2015-11-11 | Ignore file generated during test execution | Reinaldo de Souza Jr | |
2015-11-11 | removing dead code from InputMail | Victor Shyba | |
2015-11-11 | unhandled errors were not being logged and generated no response back | Victor Shyba | |
2015-11-11 | remove commented code | Victor Shyba | |
2015-11-10 | Fix the problem when leap doesn't found body_phash | Jefferson Stachelski | |
2015-11-10 | refactor unit test | sw00 | |
don't use initialize method of root_resource in test | |||
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-11-06 | Refactor - Removed class SoledadSession | Jefferson Stachelski | |
The SoledadSession class was removed and some methods implemented there was moved to LeapSessionFactory and LeapProvider | |||
2015-11-04 | Issue #499 - removed the local SMTP | Jefferson Stachelski | |
2015-11-04 | Add error handling to MailSender | Folker Bernitt | |
- Issue #499 | |||
2015-11-04 | Enable new MailSender and disable the local smtp one | Folker Bernitt | |
- Issue #499 | |||
2015-11-04 | Change str email to twisted.mail.smtp.User | Folker Bernitt | |
- Issue #499 - leap.mail relies on this | |||
2015-11-04 | Instantiate new MailSender in Services | Folker Bernitt | |
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class | |||
2015-11-03 | Issue #499 - Fixed pep8 | Jefferson Stachelski | |
2015-11-03 | Issue #499 Moved remote smtp configuration | Bruno Wagner | |
We removed the common parts from the bitmask libraries smtp and adapted the tests. We also advanced the new mail sender implementation, but it is coupled to the twisted.mail.smtp.User currently and we need to adapt leap mail to remove this dependency | |||
2015-11-03 | [#508] Making search also work with substrings - pairing w/ @pereiragislene | Giovane | |
2015-11-03 | Add new MailSender based on OutgoingMail | Folker Bernitt | |
- Issue #499 - No longer needs local smtp port | |||
2015-11-03 | Rename MailSender to LocalSmtpMailSender | Folker Bernitt | |
- Issue #499 | |||
2015-10-29 | Filter too short input when generating mails | Folker Bernitt | |
- Subjects less than 3 words caused problems with markov chain | |||
2015-10-28 | Add markov-generate to load-mails | Folker Bernitt | |
- Allows to generat mails based on a sample mails - use it with: pixelated-maintenance markov-generate --seed 21 --limit 10 | |||
2015-10-27 | Moves welcome mail logic inside LeapSession | Giovane | |
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 |