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
/
pixelated_mailbox.py
Age
Commit message (
Expand
)
Author
2014-10-15
getting rid of "pixelated" in the names of many classes - redundant
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-09
Added whoosh as search engine (issue #94).
Folker Bernitt
2014-10-01
#53 - does not automatically add mailbox tag
Patrick Maia
2014-09-30
Fixing move to trash
Duda Dornelles
2014-09-26
Fixing tests
Duda Dornelles
2014-09-25
Drafts working now for both create and update
Bruno Wagner Goncalves
2014-09-25
Creating mail right on soledad
Duda Dornelles
2014-09-24
Adding InputMail model to be used to send mails and save drafts
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-22
Moving soledad code to pixelated mailbox and making it work with the app - di...
Duda Dornelles
2014-09-22
PixelatedMailbox to call mail#mark_as_deleted on removing mail (feature
Duda Dornelles
2014-09-22
Since ident is a property in pixelated_mail, it is dangerous and weird to ove...
Duda Dornelles
2014-09-19
Now it is possible to add_msg with either raw format (for when changing leap ...
Duda Dornelles
2014-09-17
74 - moves move_to_trash logic to PixelatedMailboxes and adds some tests
Patrick Maia
2014-09-16
#53 apply mailbox tag only on recent mail
Victor Shyba
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
Mark mails as read
Alexandre Pretto Nunes
2014-09-11
Refactoring tags functionality into TagService
Duda Dornelles
2014-09-11
generating unique ident for PixelatedMail
Duda Dornelles
2014-09-08
\#72 - adds tag with the name of the mailbox on all mails that does not have ...
Patrick Maia and Victor Shyba
2014-09-07
#51 - removes tag from the index when it is not being used anymore
Patrick Maia and Victor Shyba
2014-09-07
#51 - initializes index with all mail tags if it is empty
Patrick Maia and Victor Shyba
2014-09-07
#51 - uses TagIndex.add method to set special tags
Patrick Maia and Victor Shyba
2014-09-06
#51 - does not use Tag objects when strings are enough
Patrick Maia and Victor Shyba
2014-09-06
#51 - sets the path to tag index file in the right way
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-03
fixing pep8
Duda Dornelles
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-27
#51 - workaround to bypass SoledadMailbox and read flags directly from soleda...
Patrick Maia and Victor Shyba
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