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-12-22
decode to base64 the raw attachment that is in bytes... and renaming id to at...
NavaL
2015-12-19
refactored Mail model
mnandri
2015-12-18
adapting mail controllers POST and PUT to work with attachements
mnandri
2015-11-19
Move 'From' initialization to InputMail factory. w/ @bwagner #531
Giovane
2015-11-11
removing dead code from InputMail
Victor Shyba
2015-10-13
Add tests for welcome mail.
Giovane
2015-10-13
Fix send welcome email service method #484 Giovane & Jeff
Giovane
2015-09-25
Changed date format to conform to mail RFC #438
Bruno Wagner
2015-09-10
Removed bounced email contact removal (#441)
Bruno Wagner
2015-09-10
Removed PixelatedMail class leftovers
Bruno Wagner
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
Made LeapMail compatible with SearchEngine.
Folker Bernitt
2015-08-11
Started work on MailStore abstraction.
Folker Bernitt
2015-08-11
Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying implementa...
Folker Bernitt
2015-08-11
Temporary fix: INBOX as default mailbox name.
Folker Bernitt
2015-08-11
yields and small changes to make incoming mail fetching work
Victor Shyba
2015-08-11
fix integration.test_drafts
Victor Shyba
2015-08-11
fixing integration.test_tags
Victor Shyba
2015-08-11
unfortunately, this is still to be fixed yet. Re-adding FIXME warning
Victor Shyba
2015-08-11
Use mbox instead of mbox_uuid as mailbox_name.
Folker Bernitt
2015-08-11
Fixed unit tests.
Folker Bernitt
2015-08-11
Moved mark_all_as_not_recent to yield.
Folker Bernitt
2015-08-11
trying out a new migration
Victor Shyba
2015-06-12
[refactor] use flags property on mail
Victor Shyba
2015-06-05
Added creation of input mail from python message
Bruno Wagner
2015-06-05
if exception variable isnt used, we shouldnt declare it for cleaner code
Victor Shyba
2015-06-04
removing unused imports
Victor Shyba
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
[next]