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 %TESTNUMBER' # # Verify data after the test has been "shot" A001 CAPABILITY A002 LOGIN user secret A003 COPY 123 %TESTNUMBER A004 LOGOUT