1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-16 14:35:04 -05:00
k-9/src/com/android/email
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
..
activity Provides the ability to move and copy messages between folders. Issue 2009-03-05 07:32:45 +00:00
codec/binary Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
mail Provides the ability to move and copy messages between folders. Issue 2009-03-05 07:32:45 +00:00
provider Issue 318 2009-02-25 03:35:25 +00:00
service . Now displays the number of new messages on the new email notification icon 2009-02-01 07:20:49 +00:00
Account.java Provides the ability to move and copy messages between folders. Issue 2009-03-05 07:32:45 +00:00
Email.java Now display a new email notification per account. Each notification now opens the account (does not go to the Accounts screen anymore) 2009-02-01 07:19:08 +00:00
EmailAddressAdapter.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
EmailAddressValidator.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
FixedLengthInputStream.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
Manifest.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
MessagingController.java Provides the ability to move and copy messages between folders. Issue 2009-03-05 07:32:45 +00:00
MessagingListener.java Issue 131 2009-02-10 03:18:42 +00:00
PeekableInputStream.java Even more progressive rename/unfork work 2008-12-16 23:34:01 +00:00
Preferences.java Complete merge of DAmail functionality into K9mail. Following 2008-12-31 03:49:09 +00:00
Utility.java Removed ability to add slashes/url type parameters onto the server. 2009-01-21 05:33:27 +00:00