summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter
AgeCommit message (Expand)Author
2015-05-19stop unneeded index rebuild and endless marking of recent docsrafael lisboa
2015-04-27Merge pull request #373 from roberto/masterRafael Lisboa
2015-04-14Log was leaking subject, changed to uid insteadBruno Wagner
2015-04-09Adds service to move mails to inboxRoberto Soares
2015-04-09Default broken Content-Transfer-Encoding to 8bit.Folker Bernitt
2015-04-09Added fallback to us ascii for invalid Content-Type values.Folker Bernitt
2015-04-08Merge pull request #358 from pixelated-project/shybamasterVictor Shyba
2015-04-02catch invalid data in received header when parsing date.Lisa Junger
2015-04-02when receiving invalid data for date header, fall back to datetime.now.Lisa Junger
2015-04-02handle incorrectly encoded headers as ascii.Lisa Junger
2015-04-01Refactor lastuid and register wrapper on SYNC_DONEVictor Shyba
2015-03-30Fixing if logic on _extract_alternativeTiago Ferraz
2015-03-30Protection against None bdocTiago Ferraz
2015-03-30Protection against None bdoc objectTiago Ferraz
2015-03-22checks if a mailbox is fresh (uid is 0).Victor Shyba
2015-03-22extracts get_lastuid and adds tests for create_mail uid consistency.Victor Shyba
2015-03-20Gracefully handle None from and subject values during tests.Folker Bernitt
2015-03-20Added support for encoded To, Cc and Bcc headers.Folker Bernitt
2015-03-19#248 Wrote missing testsJefferson Stachelski
2015-03-18#248 Fixed the UTF-8 decode for special characteresJefferson Stachelski
2015-03-18making map and filter explicitVictor Shyba
2015-03-18cleaning unused imports and variablesVictor Shyba
2015-03-18import * and missing re, re came from *Victor Shyba
2015-03-18MailService is now an objectBruno Wagner
2015-03-17Don't fail to parse mail if neither Date nor Received header is avail.Folker Bernitt
2015-03-17Lock index on index_mail.Folker Bernitt
2015-03-12Added some error logging if mail part parsing fails.Folker Bernitt
2015-03-12Fixed problem with multi line content type header field.Folker Bernitt
2015-03-11for #315, check query parameter and return empty if they are empty, not an errorVictor Shyba
2015-03-10for #315, verify phash. Need more defensive coding hereVictor Shyba
2015-03-10added support for 7 and 8bit content transfer encoding.Folker Bernitt
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 pars...Bruno Wagner & Victor Shyba
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-22#290 no need to remove all tags when moving to thrashDuda Dornelles
2015-02-20Issue #174 - rejects bounced addresses on contacts suggestionsPatrick Maia
2015-02-20Issue #174 - extracts bounced address from bounce messagePatrick Maia
2015-02-20Issue #174 - recognizes bounced mailsPatrick Maia
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-02-13Charset detection will not break if there is extra information in the charset...Bruno Wagner
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-02-10Issue #276 - uses the old casing when an existing tag with different casing i...Patrick Maia
2015-02-06Issue #276 - saves tags in the same case they arrivePatrick Maia
2015-02-06for #167, moving contacts suggestions search logic to a separate moduleVictor Shyba
2015-02-05for #167, deduplicate contacts by largestVictor Shyba