summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/model
AgeCommit message (Collapse)Author
2015-09-01Encode headers in InputMail when generating mime multipart from it.Folker Bernitt
- Issue #360
2015-08-11Make indexing recepients work again by fixing serialization bugKlaus Fl
2015-08-11Made LeapMail compatible with SearchEngine.Folker Bernitt
2015-08-11Started work on MailStore abstraction.Folker Bernitt
2015-08-11Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵Folker Bernitt
implementation.
2015-08-11Temporary fix: INBOX as default mailbox name.Folker Bernitt
2015-08-11yields and small changes to make incoming mail fetching workVictor Shyba
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11unfortunately, this is still to be fixed yet. Re-adding FIXME warningVictor Shyba
2015-08-11Use mbox instead of mbox_uuid as mailbox_name.Folker Bernitt
2015-08-11Fixed unit tests.Folker Bernitt
2015-08-11Moved mark_all_as_not_recent to yield.Folker Bernitt
2015-08-11trying out a new migrationVictor Shyba
2015-06-12[refactor] use flags property on mailVictor Shyba
Use it instead of reapeating fdoc.content[flags]
2015-06-05Added creation of input mail from python messageBruno 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-05if exception variable isnt used, we shouldnt declare it for cleaner codeVictor Shyba
2015-06-04removing unused importsVictor Shyba
2015-04-14Log was leaking subject, changed to uid insteadBruno Wagner
2015-04-09Default broken Content-Transfer-Encoding to 8bit.Folker Bernitt
- Issue #347
2015-04-09Added fallback to us ascii for invalid Content-Type values.Folker Bernitt
- Issue #347
2015-04-02catch invalid data in received header when parsing date.Lisa Junger
- Issue #347
2015-04-02when receiving invalid data for date header, fall back to datetime.now.Lisa Junger
- Issue #347
2015-04-02handle incorrectly encoded headers as ascii.Lisa Junger
- Issue #347
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
- Issue #248
2015-03-19#248 Wrote missing testsJefferson Stachelski
2015-03-18#248 Fixed the UTF-8 decode for special characteresJefferson Stachelski
2015-03-17Don't fail to parse mail if neither Date nor Received header is avail.Folker Bernitt
- Issue #331
2015-03-12Added some error logging if mail part parsing fails.Folker Bernitt
- Especially interested in the Content-Type header field
2015-03-12Fixed problem with multi line content type header field.Folker Bernitt
- Bugfix - Issues #313, #322
2015-03-10added support for 7 and 8bit content transfer encoding.Folker Bernitt
- Issue #312
2015-03-06for #288, adds encryption failure to casingVictor Shyba
2015-03-05Fixed problem when doding mails and with non utf-8 charset.Folker Bernitt
2015-02-27Refactored out tag service and replaced mail normalization with built-in ↵Bruno Wagner & Victor Shyba
parseaddr Also made some minor fixes based on pylint output
2015-02-27Stop verifying OpenPGP headerBruno Wagner & Victor Shyba
2015-02-23for #174, mailer daemon is now filtered from suggestionsVictor Shyba
2015-02-23for #174, only 5.X.X are permanent bouncesVictor Shyba
2015-02-20Issue #174 - extracts bounced address from bounce messagePatrick Maia
2015-02-20Issue #174 - recognizes bounced mailsPatrick Maia
2015-02-13Charset detection will not break if there is extra information in the ↵Bruno Wagner
charset field
2015-02-13Fixing colors for recipient information and fixing pep8 violationsDuda Dornelles
2015-02-13Fixed encryption status check and changed signature status logicBruno Wagner
2015-02-13Monkey patching fetch decrypt to add encryption infoDuda Dornelles
2015-01-30249 Implemented a feature that send an email when something was wrong to ↵Jefferson Stachelski
send email
2015-01-24Fix a mistype errorAugusto Bennemann
2015-01-13Fixed ignoring charset on mail content type when parsing mails.Folker Bernitt
2015-01-09#164 sometimes a mail with more than one alternative will not have an html partDuda Dornelles
2015-01-08#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵Alexandre Pretto
parse the multipart mails anymore
2015-01-06Issue #183 adds ALL to special tags.Lisa Junger
2015-01-06Issue #215: Fixed missing From header for sent mails.Lisa Junger
- Fixes problem with trailing comma for reply all