User's Manual

Table Of Contents
E-Mail Retrieve
AT+i Programmer‘s Manual Version 8.32 7-1
7 E-Mail Retrieve
7.1 +iRML Retrieve Mail List
Syntax:
AT+i[!]RML
Retrieves pending e-mail list from current mailbox.
Command Options:
!
Stay online after completing the command
Result Code:
I/OK
To acknowledge successful receipt of the command.
I/ERROR
Otherwise
Returns:
I/MBE
If the mailbox is empty.
Otherwise:
A list of qualifying e-mail message descriptors, separated by
<CR/LF>. An e-mail message descriptor is composed of 5
<TAB> separated fields:
<i><TAB><sz><TAB><date><TAB><sbjct string>
<TAB><type/subtype><CR/LF>
where,
<i> - E-mail message index in mailbox
<sz> - E-mail message size in bytes
<date> - E-mail message date (for the date field format refer
to RFC822)
<sbjct string> - E-mail message subject string (limited to
128 bytes)
<type/subtype> - MIME content type. The literal NONE is
used for non-MIME e-mail messages.
E-mail messages that qualify the E-Mail Delete Filter
(DELF) are not listed.
Followed by:
I/DONE
After successfully retrieving the e-mail list. Allow a 2.5
seconds delay for iChip re-initialization following an
Internet mode session.
-or-
I/ONLINE
After successfully retrieving the e-mail list, if the stay online
flag (!) is specified.
I/ERROR
Otherwise