|
|
@ -424,7 +424,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|
|
|
// Create session
|
|
|
|
// Create session
|
|
|
|
Properties props = MessageHelper.getSessionProperties(this, account.auth_type);
|
|
|
|
Properties props = MessageHelper.getSessionProperties(this, account.auth_type);
|
|
|
|
final Session isession = Session.getInstance(props, null);
|
|
|
|
final Session isession = Session.getInstance(props, null);
|
|
|
|
isession.setDebug(debug || BuildConfig.DEBUG);
|
|
|
|
isession.setDebug(debug);
|
|
|
|
// adb -t 1 logcat | grep "fairemail\|System.out"
|
|
|
|
// adb -t 1 logcat | grep "fairemail\|System.out"
|
|
|
|
|
|
|
|
|
|
|
|
final IMAPStore istore = (IMAPStore) isession.getStore("imaps");
|
|
|
|
final IMAPStore istore = (IMAPStore) isession.getStore("imaps");
|
|
|
|