This function removes messages from the currently open folder. msgList is a list of messages to be removed.
NOTE: | This request should not be used with accounts on IMAP servers that do not implement the UIDPLUS IMAP extension. "UIDPLUS" is required to directly support this functionality. An alternative, much slower, fallback implementation will be used with IMAP servers that do not implement this protocol extension. |
This method returns true if it succeeds, or
false if it fails.
If the method fails, use
mail::ACCOUNT::getErrmsg()
to read a brief
description of the error.
mail::ACCOUNT::saveFolderIndexInfo(3x), mail::ACCOUNT::getFolderIndexInfo(3x), mail::ACCOUNT::removeMessages(3x).
<<< Previous | Home | Next >>> |
mail::ACCOUNT::readFolderInfo | Up | mail::ACCOUNT::renameFolder |