mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 19:45:05 -05:00
bf98b5c2af
Significant hardening of the email sending process. A given message in the Outbox is only attempted to be sent 5 times. Once the threshold is reached, the message is flagged. asses through the Outbox skip flagged messages. The message can be tried again by manually unflagging. When any messages are flagged during a pass through the Outbox, K-9 raises a notification with a fast flashing red LED, alerting the user to the failure to send. A note is also placed in the K9mail-errors. The read timeout on SMTP connections has been changed to 300000ms (5 minutes) The send attempt counter is kept in memory, not stored with the message, so a phone or application restart will clear the counters, but not the flagged state. As the intent of this revision is to avoid runaway message sending, this is deemed to be acceptable for now. The moving of messages from the Outbox to the Sent folder has been changed to an atomic move. Extra error checking has been added to the SMTP communication code. The flashing LED may be excessive. |
||
---|---|---|
assets | ||
docs | ||
images | ||
res | ||
src | ||
.project | ||
Android.mk | ||
AndroidManifest.xml | ||
build.xml | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE |