1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/res/menu
Daniel Applebaum 15e5cb4eaf Provides the ability to move and copy messages between folders. Issue
3.

Each remote Store (IMAP, POP3, WebDAV) can provide indications to the
higher level classes as to whether copy and move are implemented.
Currently, copy and move are only provided by ImapStore.java.  When
the facilities are not available, the user interface suppresses the
menu options.

The available destination folders can be configured using folder
classes.

Copy results in null message bodies in the destination copy of the
message until the next sync.  This is a problem that occurred with
deletes previously, and is likely a fault with the copyMessages method
of LocalStore.java.

Utilizes a modified version of the ChooseFolder.java Activity that
debuachedsloth contributed in a patch attached to Issue 285 on 16 Feb
2008.
2009-03-05 07:32:45 +00:00
..
accounts_context.xml Issue 131 2009-02-10 03:18:42 +00:00
accounts_option.xml Added about dialog. 2008-12-18 05:44:47 +00:00
debug_option.xml 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
folder_context.xml Complete merge of DAmail functionality into K9mail. Following 2008-12-31 03:49:09 +00:00
folder_message_list_context.xml Provides the ability to move and copy messages between folders. Issue 2009-03-05 07:32:45 +00:00
folder_message_list_option.xml Redo of r382 (I'm so fickle) 2009-02-25 02:15:12 +00:00
message_compose_option.xml A little bit of reordering to menus to improve consistency 2008-12-11 18:23:14 +00:00
message_view_option.xml Provides the ability to move and copy messages between folders. Issue 2009-03-05 07:32:45 +00:00