mirror of https://github.com/M66B/FairEmail.git
Added remark
This commit is contained in:
parent
d323e9c37b
commit
7369e4d453
|
@ -678,6 +678,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||||
// Check sent message
|
// Check sent message
|
||||||
if (sid != null) {
|
if (sid != null) {
|
||||||
try {
|
try {
|
||||||
|
// Some email servers are slow with adding sent messages
|
||||||
Thread.sleep(EXISTS_DELAY);
|
Thread.sleep(EXISTS_DELAY);
|
||||||
} catch (InterruptedException ex) {
|
} catch (InterruptedException ex) {
|
||||||
Log.e(ex);
|
Log.e(ex);
|
||||||
|
|
Loading…
Reference in New Issue