1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/res
Daniel Applebaum bf98b5c2af Issue 366
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.
2009-04-09 17:48:05 +00:00
..
drawable Issue 131 2009-02-10 03:18:42 +00:00
drawable-land Initial commit - This source code should be EXACTLY what the current version of the 'Email' application in the android repo looks like as of this date. 2008-10-28 01:04:44 +00:00
layout IMAP "system" folders can be selected with pick list (Patch for Issue 182) 2009-03-24 18:20:16 +00:00
layout-land . Applied patch from mpredosin fixing issue 269: Message list does not expand to screen size (in landscape mode with screens larger than HVGA) 2009-03-13 17:51:55 +00:00
menu Add "Check mail" menu items: 2009-04-01 03:25:16 +00:00
values Issue 366 2009-04-09 17:48:05 +00:00
values-de-rDE Updated german translation (Issue 357, thanks dani!). Removed some unused strings that were left in the files. 2009-04-01 14:57:55 +00:00
values-es-rUS Merge into 'trunk' 2008-12-03 00:04:24 +00:00
values-fr-rFR Merge into 'trunk' 2008-12-03 00:04:24 +00:00
values-it-rIT Merge into 'trunk' 2008-12-03 00:04:24 +00:00
values-zh-rTW Merge into 'trunk' 2008-12-03 00:04:24 +00:00
xml Issue 364 2009-04-08 18:14:52 +00:00