Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For #375
|
|
|
|
|
|
|
|
- Issue #333
- Needed to patch urrlib3 for older requests versions
- Use --leap-cert-fingerprint <SHA1> to validate fingerprint
|
|
|
|
|
|
|
|
- Fix missing imports
- Issues #322, #319, #313
|
|
- Issue #313
|
|
- Issue #313
|
|
|
|
For multipart mail, if a part is multipart/encrypted,
we consider the mail encrypted
For inline encrypted mail, we do the same that LEAP does,
check the PGP armor. That means we can have all the
states we need, they are:
Not encrypted
Successfully decrypted
Failed decryption
|
|
|
|
ESMTPSenderFactory to not requireTransportSecurity since it will user reactor.connectSSL anyways. This is a know bug on Twisted-Web 12.0.0 that gets fixed on newer versions but since we are support wheezy we need the hack
|
|
|
|
|
|
|
|
|
|
that that doesnt break the soledad sync
|
|
unnecessary writes on close callback.
|
|
|
|
|
|
|
|
|
|
open the files and decrypt them to find the length
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://leap.se/code/issues/5562
|
|
removing inbox duplicates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|