mail::ACCOUNT::removeMessages — Remove messages from the folder
        
        
        #include <libmail/sync.H>
        
        mail::ACCOUNT *mail;
| mail->removeMessages( | const
            std::vector<size_t> msgList ); | 
This function removes messages from the currently open
      folder. msgList is a
      list of messages to be removed.
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.