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
/
services
Age
Commit message (
Expand
)
Author
2015-08-11
First steps migrating mail service to new data model.
Folker Bernitt
2015-08-11
Added mail store to mail service.
Folker Bernitt
2015-08-11
mailbox collision shouldnt cancel operation
Victor Shyba
2015-08-11
Skipped test_welcome_mail integration test.
Folker Bernitt
2015-08-11
Fixed test_delete_mail integration test.
Folker Bernitt
2015-08-11
Fixed test_mark_as_read_unread.py.
Folker Bernitt
2015-08-11
Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying implementa...
Folker Bernitt
2015-08-11
yields and small changes to make incoming mail fetching work
Victor Shyba
2015-08-11
migrates smtp, working
Victor Shyba
2015-08-11
fix integration.test_drafts
Victor Shyba
2015-08-11
fixing integration.test_tags
Victor Shyba
2015-08-11
fixing querier integration tests
Victor Shyba
2015-08-11
Fixing integration tests.
Folker Bernitt
2015-08-11
All mails now displays mails.
Folker Bernitt
2015-08-11
prepare mailbox tests, missing property functionality on mail.py only
Victor Shyba
2015-08-11
fix pep8 in order to run tests
Victor Shyba
2015-08-11
Added some more yields to the soledad wrapper code.
Folker Bernitt
2015-08-11
Working on pixelated-user-agent.
Folker Bernitt
2015-06-09
AttachmentsResource don't need querier anymore, RootResource doesn't need it too
Bruno Wagner
2015-06-07
smtp with better variable naming and random port
Victor Shyba
2015-06-05
Added creation of input mail from python message
Bruno Wagner
2015-06-04
removing unnecessary extra query
Victor Shyba
2015-04-09
Adds service to move mails to inbox
Roberto Soares
2015-03-22
checks if a mailbox is fresh (uid is 0).
Victor Shyba
2015-03-18
making map and filter explicit
Victor Shyba
2015-03-18
MailService is now an object
Bruno Wagner
2015-02-27
Refactored out tag service and replaced mail normalization with built-in pars...
Bruno Wagner & Victor Shyba
2015-02-22
#290 no need to remove all tags when moving to thrash
Duda Dornelles
2015-02-18
#294 - not failing service startup if smtp fails to start
Duda Dornelles
2015-02-10
Issue #276 - uses the old casing when an existing tag with different casing i...
Patrick Maia
2015-02-06
Issue #276 - saves tags in the same case they arrive
Patrick Maia
2015-02-05
(Re-)added error handling for twisted smtp sender.
Folker Bernitt
2015-02-04
Refactoring more of resource logic into service. No more search engine on mai...
Duda Dornelles
2015-02-03
Movinge MailsResource#render_POST logic to MailService and some search_engine...
Duda Dornelles
2015-02-03
Moving mails_resouce render_GET logic to mail_service
Duda Dornelles
2015-01-30
#236 Fixed variable and method names
Jefferson Stachelski
2015-01-30
Removing duplicate email address
simnyatsanga
2015-01-30
Fixed pep8 on mail_service.py
Jefferson Stachelski
2015-01-30
249 Implemented a feature that send an email when something was wrong to send...
Jefferson Stachelski
2015-01-29
#249 make the sending process a deferred
Alexandre Pretto Nunes
2015-01-06
Getting rid of unused sqlcipher index updates, speeding up tests and app. Als...
Duda Dornelles
2015-01-06
Issue #183 adds ALL to special tags.
Lisa Junger
2015-01-06
Issue #135: Removed dead code.
Lisa Junger
2014-12-23
#216 when trying to save a draft too fast (before the previous version is sav...
Duda Dornelles
2014-12-23
deleting unused code
Duda Dornelles
2014-12-23
Refactoring soledad querier to use mixins
Duda Dornelles
2014-12-22
Removing unused code
Duda Dornelles
2014-12-22
refactoring package structure
Duda Dornelles