mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Legacy read receipt request: Return-Receipt-To
This commit is contained in:
@@ -1337,7 +1337,7 @@ public class EmailService implements AutoCloseable {
|
||||
" reuse=" + reuse +
|
||||
" delay=" + delay);
|
||||
|
||||
if (keepAlive) {
|
||||
if (keepAlive || BuildConfig.DEBUG) {
|
||||
Log.e("Socket keep-alive=" + keepAlive);
|
||||
socket.setKeepAlive(false); // sets SOL_SOCKET/SO_KEEPALIVE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user