summaryrefslogtreecommitdiff
path: root/service/pixelated/user_agent.py
AgeCommit message (Expand)Author
2014-10-15moving things out of user_agent. now it is called runserver and only does bas...Duda Dornelles
2014-10-15Changed pixelated mail file to mail, because it has more than pixelated mailBruno Wagner
2014-10-15Extracting features controllerDuda Dornelles
2014-10-15Extracting controller classesDuda Dornelles
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-10-14Fixing mail index for mark as read unreadDuda Dornelles
2014-10-14Indexing mails when (un)marking as read and fixing tags countDuda Dornelles
2014-10-14No more tag_index - now whoosh does everythinDuda Dornelles
2014-10-14adds tests and listener for indexing mails created outside the user agent, se...Victor Shyba
2014-10-13#89 - separates manage draft and send mail responsibilitiesPatrick Maia
2014-10-13#104 Implemented mark single mail as unreadLisa Junger
2014-10-10Sorting mails by date - againDuda Dornelles
2014-10-09Added whoosh as search engine (issue #94).Folker Bernitt
2014-10-09Skip default tags for tag suggestions.Folker Bernitt
2014-10-08#92 Add handling of errors when sending mailAlexandre Pretto Nunes
2014-10-08Filter tags by query (issue #52).Folker Bernitt
2014-10-08Added logout link to dispatcher (issue #55).Folker Bernitt
2014-10-02Added config file command line parameter to user agent.Folker Bernitt
2014-10-01#53 - does not allow reserved names in tagsPatrick Maia
2014-09-29Testing drafts in integration, fixing a bug where the sent wasnt leaving the ...Duda Dornelles
2014-09-29Fixing send mailDuda Dornelles
2014-09-25Added a bit of relisience to errors in draft parsing and started fixing some ...Bruno Wagner Goncalves
2014-09-25Drafts working now for both create and updateBruno Wagner Goncalves
2014-09-25Fixing headers for showing mails and indexing new docsDuda Dornelles
2014-09-25Creating mail right on soledadDuda Dornelles
2014-09-24Adding InputMail model to be used to send mails and save draftsDuda Dornelles
2014-09-23Added basic mail savingBruno Wagner Goncalves
2014-09-22Moving soledad code to pixelated mailbox and making it work with the app - di...Duda Dornelles
2014-09-22initial implementation for getting all mailsDuda Dornelles
2014-09-19Update draft routeDuda Dornelles
2014-09-1774 - moves move_to_trash logic to PixelatedMailboxes and adds some testsPatrick Maia
2014-09-17fixing static_folder path for when running from debian packageDuda Dornelles
2014-09-15fixing pep8Patrick Maia
2014-09-15adding feature toggle for draftsPatrick Maia
2014-09-15When adding draft, return the mail with the new draft id so the UI can update...Duda Dornelles
2014-09-15added drafts.Lisa Junger
2014-09-15#74 - Moving message to trash mailboxPatrick Maia
2014-09-11Refactoring tags functionality into TagServiceDuda Dornelles
2014-09-10Build and add resources at the right locations.Folker Bernitt
2014-09-06#51 - does not use Tag objects when strings are enoughPatrick Maia and Victor Shyba
2014-09-05Added register cli command.Lisa Junger
2014-09-03reactivating reply/reply all/forward; deactivating reply draftDuda Dornelles
2014-09-01using argparse for help and optional arguments. eg: --debugVictor Shyba
2014-08-29Refactoring into mailboxes and mailsender - less colaborators for mail serviceDuda Dornelles
2014-08-29Removed flask reloader and changed the twisted port to be fixed again, now ru...Bruno Wagner Goncalves
2014-08-28fixing pep8Duda Dornelles
2014-08-28moving user agent initialization (mail service, leap_session, app_config) to ...Duda Dornelles
2014-08-28fixing pep8Duda Dornelles
2014-08-28Neissi/Duda: sending emails. also moving local smtp creation to mail_service ...Duda Dornelles
2014-08-28Added mail filtering by tag.Folker Bernitt