mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Added remark
This commit is contained in:
@@ -678,6 +678,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||
// Check sent message
|
||||
if (sid != null) {
|
||||
try {
|
||||
// Some email servers are slow with adding sent messages
|
||||
Thread.sleep(EXISTS_DELAY);
|
||||
} catch (InterruptedException ex) {
|
||||
Log.e(ex);
|
||||
|
||||
Reference in New Issue
Block a user