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
2016-09-27
Adds more tests for welcome mail.
Denis Costa
2016-01-15
Removes InputMail.FROM_EMAIL_ADDRESS constant #578
Giovane
2016-01-11
fixed filesize bug
NavaL
2015-12-22
decode to base64 the raw attachment that is in bytes... and renaming id to at...
NavaL
2015-12-18
adapting mail controllers POST and PUT to work with attachements
mnandri
2015-11-11
removing dead code from InputMail
Victor Shyba
2015-09-25
Changed date format to conform to mail RFC #438
Bruno Wagner
2015-09-10
Removed PixelatedMail class leftovers
Bruno Wagner
2015-09-09
Remove soledad querier and last usages
Folker Bernitt
2015-09-07
Remove soledad_querier as parameter of PixelatedMail.from_soledad
kaeff
2015-09-04
Prepare removing SoledadQuerier from Mail
kaeff
2015-09-01
Encode headers in InputMail when generating mime multipart from it.
Folker Bernitt
2015-08-11
Make indexing recepients work again by fixing serialization bug
Klaus Fl
2015-08-11
Fixed missing yield in test_mail.py.
Folker Bernitt
2015-08-11
Fixed relative file resource in test_mail.py.
Folker Bernitt
2015-08-11
Fixed unit tests.
Folker Bernitt
2015-08-11
trying out a new migration
Victor Shyba
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