IMAP Clear Text COPY CUSTOMREQUEST # # Server-side # # Client-side imap IMAP COPY message to mailbox (CUSTOMREQUEST) imap://%HOSTIP:%IMAPPORT -u user:secret -X 'COPY 123 817' # # Verify data after the test has been "shot" A001 CAPABILITY A002 LOGIN user secret A003 COPY 123 817 A004 LOGOUT