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
/
mail_service.py
Age
Commit message (
Expand
)
Author
2014-10-20
adds permant deleted for trashed messages.
Lisa Junger
2014-10-16
decreasing count on tag and tag shortcut when email is read. we were
Duda Dornelles
2014-10-15
Getting rid of singletons and optimizing imports
Duda Dornelles
2014-10-14
No more tag_index - now whoosh does everythin
Duda Dornelles
2014-10-13
#89 - separates manage draft and send mail responsibilities
Patrick Maia
2014-10-13
#104 Implemented mark single mail as unread
Lisa Junger
2014-10-09
Added whoosh as search engine (issue #94).
Folker Bernitt
2014-10-01
#53 - gives better feedback on UI when attempt to add invalid tag is made
Patrick Maia
2014-10-01
#53 - does not allow reserved names in tags
Patrick Maia
2014-09-30
Fixing move to trash
Duda Dornelles
2014-09-29
Fixing send mail
Duda Dornelles
2014-09-25
Drafts working now for both create and update
Bruno Wagner Goncalves
2014-09-25
Fixing headers for showing mails and indexing new docs
Duda Dornelles
2014-09-23
Added basic mail saving
Bruno Wagner Goncalves
2014-09-22
Added a querier to avoid duplicating the queries (must find a proper place ye...
Bruno Wagner Goncalves
2014-09-19
Update draft route
Duda Dornelles
2014-09-17
74 - moves move_to_trash logic to PixelatedMailboxes and adds some tests
Patrick Maia
2014-09-16
ops, forgot a debug statement
Duda Dornelles
2014-09-16
fixing mail ident and tags for drafts
Duda Dornelles
2014-09-15
When adding draft, return the mail with the new draft id so the UI can update...
Duda Dornelles
2014-09-15
added drafts.
Lisa Junger
2014-09-15
#74 - Moving message to trash mailbox
Patrick Maia
2014-09-11
Refactoring tags functionality into TagService
Duda Dornelles
2014-09-06
#51 - PixelatedMail.update_tags expects a set (a list was being sent). Uses t...
Patrick Maia and Victor Shyba
2014-09-05
#51 - persists new tags globally (in a local file) and shows on tag list
Patrick Maia and Victor Shyba
2014-09-04
Implement mark_as_read for emails
Alexandre Pretto Nunes
2014-09-04
#6 - fixes bug: PixelatedMail.update_tags is not returning old tags by now
Patrick Maia and Victor Shyba
2014-09-04
#6 - reimplements email tag addition/removal using headers
Patrick Maia and Victor Shyba
2014-09-03
fixing all mails for mail_service when no query is sent and also if
Duda Dornelles
2014-08-29
Refactoring into mailboxes and mailsender - less colaborators for mail service
Duda Dornelles
2014-08-28
fixing pep8
Duda Dornelles
2014-08-28
Neissi/Duda: sending emails. also moving local smtp creation to mail_service ...
Duda Dornelles
2014-08-28
fix - account.mailboxes is a list of strings, using getMailbox to get from th...
Victor Shyba
2014-08-28
Added mail filtering by tag.
Folker Bernitt
2014-08-28
#53 - adds ability to remove tags from email
Patrick Maia
2014-08-27
#51 - sets leap mailbox flags on mail tags update
Patrick Maia and Victor Shyba
2014-08-26
fixes pep8 issues
Patrick Maia and Victor Shyba
2014-08-26
- #51 - retrieves tag from leap and introduces PixelatedMailbox abstraction
Patrick Maia and Victor Shyba
2014-08-26
extracts tag and status conversion logic
Patrick Maia and Victor Shyba
2014-08-26
refactoring pixelatedMail constructor so we can have 'two' (from_dict and fro...
Duda Dornelles
2014-08-25
paths must be absolute for app to work as an egg. Also, packaging the
Duda Dornelles
2014-08-25
Add copyright and license notice to service
Alexandre Pretto Nunes
2014-08-22
extracting config for leap to config file
Duda Dornelles
2014-08-22
fixes style issues
Patrick Maia and Victor Shyba
2014-08-22
adding config files and certs to setup.py install
Duda Dornelles
2014-08-22
fixes bug in which inbox special tag was being duplicated
Patrick Maia and Victor Shyba
2014-08-20
Added setup.py and changed app to pixelated because it will be a package
Bruno Wagner Goncalves