summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/services
AgeCommit message (Collapse)Author
2015-08-19Remove poor person's debugging printskaeff
2015-08-11Fixed unit test.Folker Bernitt
2015-08-11Fixed test_tags integration test.Folker Bernitt
2015-08-11Worked on integration tests.Folker Bernitt
2015-08-11Make indexing recepients work again by fixing serialization bugKlaus Fl
2015-08-11Changed test_delete_mail.py integration test to new mail store.Folker Bernitt
- intermediate state, some tests are broken
2015-08-11Reverted changes to get tests green.Folker Bernitt
2015-08-11Fixed test_mailboxes.py test.Folker Bernitt
2015-08-11First steps migrating mail service to new data model.Folker Bernitt
2015-08-11Added mail store to mail service.Folker Bernitt
2015-08-11mailbox collision shouldnt cancel operationVictor Shyba
2015-08-11Skipped test_welcome_mail integration test.Folker Bernitt
- Fixed test_mailbox.py
2015-08-11Fixed test_delete_mail integration test.Folker Bernitt
2015-08-11Fixed test_mark_as_read_unread.py.Folker Bernitt
2015-08-11Fixed MarkAsReadUnreadTest#test_mark_single_as_read and underlying ↵Folker Bernitt
implementation.
2015-08-11yields and small changes to make incoming mail fetching workVictor Shyba
2015-08-11migrates smtp, workingVictor Shyba
2015-08-11fix integration.test_draftsVictor Shyba
2015-08-11fixing integration.test_tagsVictor Shyba
2015-08-11fixing querier integration testsVictor Shyba
2015-08-11Fixing integration tests.Folker Bernitt
2015-08-11All mails now displays mails.Folker Bernitt
2015-08-11prepare mailbox tests, missing property functionality on mail.py onlyVictor Shyba
2015-08-11fix pep8 in order to run testsVictor Shyba
2015-08-11Added some more yields to the soledad wrapper code.Folker Bernitt
2015-08-11Working on pixelated-user-agent.Folker Bernitt
- Startup works till all mails are queried
2015-06-09AttachmentsResource don't need querier anymore, RootResource doesn't need it tooBruno Wagner
2015-06-07smtp with better variable naming and random portVictor Shyba
2015-06-05Added creation of input mail from python messageBruno Wagner
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways.
2015-06-04removing unnecessary extra queryVictor Shyba
2015-04-09Adds service to move mails to inboxRoberto Soares
2015-03-22checks if a mailbox is fresh (uid is 0).Victor Shyba
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334
2015-03-18making map and filter explicitVictor Shyba
2015-03-18MailService is now an objectBruno Wagner
2015-02-27Refactored out tag service and replaced mail normalization with built-in ↵Bruno Wagner & Victor Shyba
parseaddr Also made some minor fixes based on pylint output
2015-02-22#290 no need to remove all tags when moving to thrashDuda Dornelles
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-02-10Issue #276 - uses the old casing when an existing tag with different casing ↵Patrick Maia
is posted
2015-02-06Issue #276 - saves tags in the same case they arrivePatrick Maia
2015-02-05(Re-)added error handling for twisted smtp sender.Folker Bernitt
- Issue #249 - Fixed all tests with that rely on sendmail deferred.
2015-02-04Refactoring more of resource logic into service. No more search engine on ↵Duda Dornelles
mail(s) resource
2015-02-03Movinge MailsResource#render_POST logic to MailService and some ↵Duda Dornelles
search_engine calls to Mailbox
2015-02-03Moving mails_resouce render_GET logic to mail_serviceDuda Dornelles
2015-01-30#236 Fixed variable and method namesJefferson Stachelski
2015-01-30Removing duplicate email addresssimnyatsanga
2015-01-30Fixed pep8 on mail_service.pyJefferson Stachelski
2015-01-30249 Implemented a feature that send an email when something was wrong to ↵Jefferson Stachelski
send email
2015-01-29#249 make the sending process a deferredAlexandre Pretto Nunes
2015-01-06Getting rid of unused sqlcipher index updates, speeding up tests and app. ↵Duda Dornelles
Also, making the data tests folder a subfolder of soledad-test so that we can make soledad-test into a ramdisk to speed up tests
2015-01-06Issue #183 adds ALL to special tags.Lisa Junger