Age | Commit message (Collapse) | Author |
|
|
|
|
|
develop
|
|
|
|
|
|
|
|
'kali/feature/3409_make_imap_fetch_period_configurable' into develop
|
|
Setting it to 5 min.
|
|
|
|
'drebs/feature/3487-split-soledad-into-common-client-and-server' into develop
Conflicts:
src/leap/mail/imap/fetch.py
src/leap/mail/imap/server.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'drebs/feature/3397-keymanager-should-support-bundled-gpg' into develop
|
|
|
|
|
|
The deferred was not working properly so messages in the incoming queue
were not being processed.
|
|
|
|
|
|
|
|
|
|
|
|
* Also fix some tests that where not up-to-date with code.
|
|
|
|
|
|
Conflicts:
pkg/requirements.pip
src/leap/mail/imap/tests/test_imap.py
|
|
for incoming and mailbox
|
|
|
|
The imap service is launched from the tac file,
and still needs some information to be provided in separate
config files that stub much of the initialization parameters.
working fetch and store methods.
tested with offlineimap and thunderbird.
several mailboxes might be broken.
|
|
* Update docstrings.
* Remove prepareHeader and its bug.
* Make smtp-relay always sign outgoing mail.
|