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
/
bitmask_libraries
/
session.py
Age
Commit message (
Expand
)
Author
2015-11-06
Refactor - Removed class SoledadSession
Jefferson Stachelski
2015-11-04
Issue #499 - removed the local SMTP
Jefferson Stachelski
2015-11-04
Instantiate new MailSender in Services
Folker Bernitt
2015-11-03
Issue #499 Moved remote smtp configuration
Bruno Wagner
2015-11-03
Add new MailSender based on OutgoingMail
Folker Bernitt
2015-10-27
Moves welcome mail logic inside LeapSession
Giovane
2015-09-16
Moved account to after sync function #458
Bruno Wagner
2015-09-16
Fixed duplicate document error on reruns #458
Bruno Wagner
2015-08-11
Added mail_store to LeapSession.
Folker Bernitt
2015-08-11
Wait for account to become ready before access.
Folker Bernitt
2015-08-11
Enable initial sync and background jobs.
Folker Bernitt
2015-08-11
fixes mail fetcher
Victor Shyba
2015-08-11
migrates smtp, working
Victor Shyba
2015-08-11
keymanager reenabled
Victor Shyba
2015-08-11
reenable background jobs
Victor Shyba
2015-08-11
Working on pixelated-user-agent.
Folker Bernitt
2015-08-11
Temporary changes to make maintenance.py work with soledad 0.7.1.
Folker Bernitt
2015-08-11
fixes start mail fetcher
Victor Shyba
2015-08-11
trying out a new migration
Victor Shyba
2015-06-19
[refactor] Use auth for fewer parameters
Victor Shyba
2015-06-18
SMTP should be getting up properly again
Bruno Wagner
2015-06-15
[doc] removing constructor docstring, since the one present on class is alrea...
Victor Shyba
2015-06-15
key generation isnt a side effect of start background jobs
Victor Shyba
2015-06-15
[doc] LeapSession docstring now matches reality
Victor Shyba
2015-06-15
SMTP now runs with the rest of the background jobs, that means register no lo...
Bruno Wagner
2015-06-10
checking keys is a session responsability
Victor Shyba
2015-06-09
Removed triplicated code to concatenate user mail
Victor Shyba
2015-06-08
Heavy rework on certs, removed most of it, simplified the logic
Bruno Wagner
2015-06-08
Moved initialization, fingerprint and cert inside LeapCertificate class
Bruno Wagner
2015-06-04
removing unused imports
Victor Shyba
2015-06-03
Changed the method used to open a leap session to a meaningful and non-confli...
Bruno Wagner
2015-05-04
update tests
rafael lisboa
2015-04-23
Changes to streamline the session creation and authenticate with the external...
Bruno Wagner
2015-04-02
Removed unused certs_home code.
Folker Bernitt
2015-03-30
Auto refresh provider certificate on start.
Folker Bernitt
2015-03-18
cleaning unused imports and variables
Victor Shyba
2015-02-18
#294 - not failing service startup if smtp fails to start
Duda Dornelles
2015-01-19
Issue #169: Allow custom home folder.
Folker Bernitt
2014-11-27
no need to catch if we will just raise
Patrick Maia and Victor Shyba
2014-10-22
Bitmask was printing error logs ignoring all debug settings
Bruno Wagner
2014-10-15
Getting rid of singletons and optimizing imports
Duda Dornelles
2014-09-29
getting rid of the key exchange when creating leap session - create users usi...
Duda Dornelles
2014-09-29
Fixing send mail
Duda Dornelles
2014-09-03
when opening leap session, also create and exchange gpg keys in case there ar...
Duda Dornelles
2014-08-29
Refactoring into mailboxes and mailsender - less colaborators for mail service
Duda Dornelles
2014-08-28
Neissi/Duda: sending emails. also moving local smtp creation to mail_service ...
Duda Dornelles
2014-08-25
Add copyright and license notice to service
Alexandre Pretto Nunes
2014-08-20
Added setup.py and changed app to pixelated because it will be a package
Bruno Wagner Goncalves