Home | History | Annotate | Download | only in store

Lines Matching refs:Folder

45 import com.android.emailcommon.mail.Folder;
65 class ImapFolder extends Folder {
76 /** The local mailbox associated with this remote folder */
179 * not calling checkOpen() since we don't care if the folder is open.
214 // IMAP supports folder creation
225 * not calling checkOpen() since we don't care if the folder is open.
256 public void copyMessages(Message[] messages, Folder folder,
263 ImapStore.encodeFolderName(folder.getName(), mStore.mPathPrefix)));
310 final ImapFolder newFolder = (ImapFolder)folder;
312 // Temporarily select the destination folder
329 // Re-select the original folder
911 * Appends the given messages to the selected folder. This implementation also determines
1058 * Persists this folder. We will always perform the proper database operation (e.g.
1059 * 'save' or 'update'). As an optimization, if a folder has not been modified, no
1077 * Selects the folder for use. Before performing any operations on this folder, it
1085 // Assume the folder is opened read-write; unless we are notified otherwise
1112 throw new MessagingException("Folder " + mName + " is not open.");