Added some remarks

This commit is contained in:
M66B 2018-08-05 18:53:45 +00:00
parent 84ad94b510
commit f4b1ffd801
1 changed files with 3 additions and 0 deletions

View File

@ -854,7 +854,10 @@ public class ServiceSynchronize extends LifecycleService {
// There is no use in repeating
operation.deleteOperation(op.id);
} catch (SMTPSendFailedException ex) {
// Response codes: https://www.ietf.org/rfc/rfc821.txt
Log.w(Helper.TAG, ex + "\n" + Log.getStackTraceString(ex));
// There is probably no use in repeating
operation.deleteOperation(op.id);
reportError(null, folder.name, ex);
}