mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 08:29:24 +00:00
Use 7 bit transport for signed/encrypted messages
This commit is contained in:
parent
937f753b12
commit
0fa7962dcd
1 changed files with 2 additions and 1 deletions
|
@ -671,7 +671,8 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
|||
this, ident.getProtocol(), ident.realm, ident.encryption, ident.insecure, ident.unicode, debug);
|
||||
try {
|
||||
iservice.setUseIp(ident.use_ip, ident.ehlo);
|
||||
iservice.set8BitMime(ident.octetmime);
|
||||
if (!message.isSigned() && !message.isEncrypted())
|
||||
iservice.set8BitMime(ident.octetmime);
|
||||
|
||||
// 0=Read receipt
|
||||
// 1=Delivery receipt
|
||||
|
|
Loading…
Add table
Reference in a new issue