Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | Issue #523 - Created an archive mail button | Jefferson Stachelski | |
2015-11-11 | removing dead code from InputMail | 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-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-04 | Issue #499 - removed the local SMTP | Jefferson Stachelski | |
2015-11-04 | Add error handling to MailSender | 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-19 | Remove debug output | Folker Bernitt | |
2015-10-16 | Fixed the problem Need delete doc before delete | Pixelated | |
Removed this error from the logs, the logic already works | |||
2015-10-14 | issue #484 - Add welcome mail for new accounts | Jefferson Stachelski | |
Make a logic to add the welcome mail in INBOX when the user log into account at the first time | |||
2015-10-14 | Support reply to mail sent by me | Folker Bernitt | |
- Issue #491 | |||
2015-10-14 | Parse address before filtering for reply | Folker Bernitt | |
- Issue #491 - Now supports whitespaces, names before the address and encoded addresses | |||
2015-10-13 | Add tests for welcome mail. | Giovane | |
2015-10-13 | Fix send welcome email service method #484 Giovane & Jeff | Giovane | |
2015-10-12 | Log problem when ignoring characters | Folker Bernitt | |
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists | |||
2015-10-09 | issue #473 - Fixed the encode problem | Jefferson Stachelski | |
2015-10-07 | Make unicode string explicit | Folker Bernitt | |
- Issue #473 - problem had been caused by auto-convert of str to unicode | |||
2015-10-05 | [bug] use utc for sorting while indexing | Victor Shyba | |
2015-10-05 | issue #473 - Removed ipdb commited by mistake | Jefferson Stachelski | |
2015-10-05 | issue #473 - Fixed the encoding problem | Jefferson Stachelski | |
Encoding all the strings that are been concatenaded | |||
2015-09-30 | #442 rename parameter on feedback service | Giovane | |
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-25 | Changed date format to conform to mail RFC #438 | Bruno Wagner | |
2015-09-25 | Add repair to pixelated maintenance | Folker Bernitt | |
- Issue #468 - Call with: pixelated-maintenance repair | |||
2015-09-25 | Add SoledadMaintenace repair for mixed up keys | Folker Bernitt | |
- Issue #468 | |||
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-10 | [feat] handle missing mailbox as all mails | Victor Shyba | |
-- Issue #444 | |||
2015-09-10 | Removed bounced email contact removal (#441) | Bruno Wagner | |
This feature was never working anyway. Anybody could remove addresses from anyones adressbook by sending a bounce and then the receiver was not able to send an email to that address anymore. Nice dos :) | |||
2015-09-10 | Removed PixelatedMail class leftovers | Bruno Wagner | |
We removed Pixelated mail tests and adapted the remaining tests to use Leap mail instead of it. Completely removed that now | |||
2015-09-10 | Handle encoding errors in headers gracefully. | Folker Bernitt | |
- Issue #450 | |||
2015-09-09 | Fix mixed encodings in mail subjects | Folker Bernitt | |
- Issue #450 | |||
2015-09-09 | Improved body decoding when parsing mails. | Folker Bernitt | |
- Issue #450 - does not fix 8bit encoded bodies - special chars are replaced before we are in pixelated code | |||
2015-09-09 | Remove soledad querier and last usages | Folker Bernitt | |
- Issue #432 | |||
2015-09-08 | Some progress on the issue #441 | Jefferson Stachelski | |
I added some comments and TODOs in some parts of the code where I think should be changed |