index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
pixelated
/
adapter
/
model
Age
Commit message (
Expand
)
Author
2015-04-14
Log was leaking subject, changed to uid instead
Bruno Wagner
2015-04-09
Default broken Content-Transfer-Encoding to 8bit.
Folker Bernitt
2015-04-09
Added fallback to us ascii for invalid Content-Type values.
Folker Bernitt
2015-04-02
catch invalid data in received header when parsing date.
Lisa Junger
2015-04-02
when receiving invalid data for date header, fall back to datetime.now.
Lisa Junger
2015-04-02
handle incorrectly encoded headers as ascii.
Lisa Junger
2015-03-20
Added support for encoded To, Cc and Bcc headers.
Folker Bernitt
2015-03-19
#248 Wrote missing tests
Jefferson Stachelski
2015-03-18
#248 Fixed the UTF-8 decode for special characteres
Jefferson Stachelski
2015-03-17
Don't fail to parse mail if neither Date nor Received header is avail.
Folker Bernitt
2015-03-12
Added some error logging if mail part parsing fails.
Folker Bernitt
2015-03-12
Fixed problem with multi line content type header field.
Folker Bernitt
2015-03-10
added support for 7 and 8bit content transfer encoding.
Folker Bernitt
2015-03-06
for #288, adds encryption failure to casing
Victor Shyba
2015-03-05
Fixed problem when doding mails and with non utf-8 charset.
Folker Bernitt
2015-02-27
Refactored out tag service and replaced mail normalization with built-in pars...
Bruno Wagner & Victor Shyba
2015-02-27
Stop verifying OpenPGP header
Bruno Wagner & Victor Shyba
2015-02-23
for #174, mailer daemon is now filtered from suggestions
Victor Shyba
2015-02-23
for #174, only 5.X.X are permanent bounces
Victor Shyba
2015-02-20
Issue #174 - extracts bounced address from bounce message
Patrick Maia
2015-02-20
Issue #174 - recognizes bounced mails
Patrick Maia
2015-02-13
Charset detection will not break if there is extra information in the charset...
Bruno Wagner
2015-02-13
Fixing colors for recipient information and fixing pep8 violations
Duda Dornelles
2015-02-13
Fixed encryption status check and changed signature status logic
Bruno Wagner
2015-02-13
Monkey patching fetch decrypt to add encryption info
Duda Dornelles
2015-01-30
249 Implemented a feature that send an email when something was wrong to send...
Jefferson Stachelski
2015-01-24
Fix a mistype error
Augusto Bennemann
2015-01-13
Fixed 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 part
Duda Dornelles
2015-01-08
#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ...
Alexandre Pretto
2015-01-06
Issue #183 adds ALL to special tags.
Lisa Junger
2015-01-06
Issue #215: Fixed missing From header for sent mails.
Lisa Junger
2014-12-22
Sometimes soledad adds a None recipient on a mail header, just making sure th...
Duda Dornelles
2014-12-22
refactoring package structure
Duda Dornelles