mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Uses network timeout for store close timeout
This commit is contained in:
@@ -61,7 +61,7 @@ public class MessageHelper {
|
||||
private MimeMessage imessage;
|
||||
private String raw = null;
|
||||
|
||||
private final static int NETWORK_TIMEOUT = 60 * 1000; // milliseconds
|
||||
final static int NETWORK_TIMEOUT = 60 * 1000; // milliseconds
|
||||
|
||||
static Properties getSessionProperties(Context context, int auth_type) {
|
||||
Properties props = new Properties();
|
||||
|
||||
Reference in New Issue
Block a user