Chapter 3: AT Commands Reference
June 30, 2008 AT Commands Reference Manual 3-167
Updating email
AT+MEMW=1,109,"mike@mail.com" //update an existing email
> <CTRL+Z> //body remain the same
+MEMW: 109
OK
AT+MEMR=109 //read the updated mail, cc: field was added body was
//not changed
+MEMR: 3,"","joe@mail.com","mike@mail.com","","","01/01/00 04:40 -00","text for body is entered
here new line is entered"
OK
AT+MEMW=0,109,"nir@mail.com" //updating to: field
> <CTRL+Z> //body remain the same
+MEMW: 109
OK
AT+MEMR=109 // read the updated mail- only to: field is changed
+MEMR: 3,"","nir@mail.com","mike@mail.com","","","01/01/00 04:40 -00","text for body is entered
here new line is entered"
OK
AT+MEMW=,109,
> updating the body only with new text <CTRL+Z>
+MEMW: 109
OK
at+memr=109 // read the updated mail
+MEMR: 3,"","nir@mail.com","mike@mail.com","","","01/01/00 04:40 -00","updating the body only
with new text"
OK
+MEGA, Email Gateway Address

This Motorola-specific command updates the Email Gateway Address.

The following table shows the +MEGA parameters.

Command Type Syntax Response/Action Remarks
Set +MEGA=<ega> OK
or:
CME ERROR: <err>
The Set command sets the Email
gateway address.
Read +MEGA? +MEGA: "<ega>"

Table 3-99: +MEGA Parameters

<Parameter> Description
<ega> Email Gateway Address, represented by a quoted string.
See Table 3-54, on page3-102, for supported characters.
The length of the <ega> should be between 3 to 15 characters.