IMAP
Clear Text
SEARCH
#
# Server-side
* SEARCH 1 123 456 810
#
# Client-side
imap
IMAP SEARCH for NEW messages
imap://%HOSTIP:%IMAPPORT/810?NEW -u user:secret
#
# Verify data after the test has been "shot"
A001 CAPABILITY
A002 LOGIN user secret
A003 SELECT 810
A004 SEARCH NEW
A005 LOGOUT