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
/
test
/
unit
/
adapter
/
test_mail.py
Age
Commit message (
Expand
)
Author
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-24
Fix pep8 errors of lambda functions
Tiago Ferraz
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
cleaning import * from integration and unit tests
Victor Shyba
2015-03-17
Don't fail to parse mail if neither Date nor Received header is avail.
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-05
Fixed problem when doding mails and with non utf-8 charset.
Folker Bernitt
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 - rejects bounced addresses on contacts suggestions
Patrick Maia
2015-02-20
Issue #174 - extracts bounced address from bounce message
Patrick Maia
2015-02-20
Issue #174 - recognizes bounced mails
Patrick Maia
2015-01-22
#224 renaming tests so they get caught by trial runner
Duda Dornelles