summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter
AgeCommit message (Collapse)Author
2015-12-22decode to base64 the raw attachment that is in bytes... and renaming id to ↵NavaL
attachment_id in the mail POST Issue #548
2015-12-19refactored Mail modelmnandri
Issue #548
2015-12-19moving custom to_unicode to pixelated.supportmnandri
2015-12-18adapting mail controllers POST and PUT to work with attachementsmnandri
Issue #548
2015-12-18ensuring the same file is not saved twicemnandri
Issue #548
2015-12-18extracted a leap attachment store, handling all attachment responsibilities, ↵mnandri
including saving attachments. Issue #548
2015-12-18fixing unit test -- again WIPmnandri
2015-12-18WIP: rename me latermnandri
2015-12-18backend that handles post of a single attachment filemnandri
Issue #548
2015-12-07#454 added utf-8 encoding on message body, and corresponding query search termmnandri
2015-11-27Permanently delete discarded drafts #512 w/ bwagnerGiovane
2015-11-26Issue #532 - Removing name from canonical addressJefferson 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-25Isse #515 - Refactored bcc login on send mailJefferson Stachelski
2015-11-25Issue #515 - Removed the Bcc when sending emailJefferson Stachelski
2015-11-24Issue #494 - Bruno/Jeff Fixed the encoding testsJefferson Stachelski
2015-11-24Issue #536 - Refactoed search_addressesJefferson Stachelski
2015-11-23Return 422 if deletion failedVictor Shyba
This is needed for protecting against concurrent saves on drafts. --Issue #512
2015-11-23Simplify controller logic on PUT draftVictor 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-23Removes DuplicatedDraftExceptionVictor Shyba
--Issue #512
2015-11-23Checking on deletion errors on drafts isnt neededVictor Shyba
As delete_mail checks for mail_id there will be no more need to create errors. --Issue #512
2015-11-23No more 'need to create before delete'Victor Shyba
Checking for mdoc existence before trying to delete a deleted mail. --Issue #512
2015-11-20Issue #526 - Changed way that we use whooshJefferson Stachelski
Now we are captilizing string for don't miss name that starts with an uppercase letter
2015-11-19Move 'From' initialization to InputMail factory. w/ @bwagner #531Giovane
2015-11-18Issue #494 - Fixed reply when the replayer is the senderJefferson Stachelski
2015-11-18Issue #526 - Fixed contacts query input and results to only return matched termsBruno Wagner
2015-11-18Issue #511 - Don't deleting if mail is NoneJefferson Stachelski
2015-11-17Issue #495 Giovane/Jeff: Fixed from undefinedJefferson Stachelski
Sent mail doesn't have a from field, so now we are adding it
2015-11-16Issue #525 - Fixed the space on mail addressJefferson Stachelski
Doing a trim on every recipient string
2015-11-13Issue #523 - Created an archive mail buttonJefferson Stachelski
2015-11-11removing dead code from InputMailVictor Shyba
2015-11-11remove commented codeVictor Shyba
2015-11-10Fix the problem when leap doesn't found body_phashJefferson Stachelski
2015-11-09use mail_service to inject account_email into root_resourcesw00
instead of using leap_session, mail_service can be used to get the account email.
2015-11-04Issue #499 - removed the local SMTPJefferson Stachelski
2015-11-04Add error handling to MailSenderFolker Bernitt
- Issue #499
2015-11-04Change str email to twisted.mail.smtp.UserFolker Bernitt
- Issue #499 - leap.mail relies on this
2015-11-04Instantiate new MailSender in ServicesFolker Bernitt
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class
2015-11-03Issue #499 - Fixed pep8Jefferson Stachelski
2015-11-03Issue #499 Moved remote smtp configurationBruno 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/ @pereiragisleneGiovane
2015-11-03Add new MailSender based on OutgoingMailFolker Bernitt
- Issue #499 - No longer needs local smtp port
2015-11-03Rename MailSender to LocalSmtpMailSenderFolker Bernitt
- Issue #499
2015-10-19Remove debug outputFolker Bernitt
2015-10-16Fixed the problem Need delete doc before deletePixelated
Removed this error from the logs, the logic already works
2015-10-14issue #484 - Add welcome mail for new accountsJefferson Stachelski
Make a logic to add the welcome mail in INBOX when the user log into account at the first time
2015-10-14Support reply to mail sent by meFolker Bernitt
- Issue #491
2015-10-14Parse address before filtering for replyFolker Bernitt
- Issue #491 - Now supports whitespaces, names before the address and encoded addresses
2015-10-13Add tests for welcome mail.Giovane
2015-10-13Fix send welcome email service method #484 Giovane & JeffGiovane
2015-10-12Log problem when ignoring charactersFolker Bernitt
- Issue #473 - Previous fix only fixes symptoms, but we want to be aware that this problem still exists