Specifications

Chapter 10 – Internet Service Commands
Multi-Tech Systems, Inc. AT Commands for EDGE (E1) Modems (S000474A) 183
10.14.12 Configuring POP3 Service Profile
First set up a connection profile as explained in Section 10.1.1 or Section 10.1.2. Enter at least all parameters which
are mandatory for a GPRS profile. The example uses the connection profile ID 1 and the service profile ID 1. The
service profile is set up to retrieve a specific email (email number 2).
at^siss=1,srvType,"Pop3" Select service type POP3.
OK
at^siss=1,conId,"1" Select connection profile 1.
OK
at^siss=1,address,"192.168.1.2" Specify POP3 server address.
OK
at^siss=1,user,"subscriber1" Specify recipient's mailbox name.
OK
at^siss=1,passwd,"subscr1" Password used by recipient for authentication to OK POP3
server.
at^siss=1,pCmd,"3" Command used to retrieve emails.
OK
at^siss=1,pNumber,"2" Email message number 2 shall be retrieved.
OK
at^siss? To check the profile enter the AT^SISS read command.
^SISS: 0, "srvType", "" The response includes the values of all 10 connection profiles.
Service
^SISS: 1, "srvType", "Pop3" profile 1 contains the values specified above and the values
^SISS: 1, "conId", "1" automatically assumed by default.
^SISS: 1, "alphabet", "0" Default: Character set enabled with AT+CSCS shall be used.
^SISS: 1, "address", "192.168.1.2"
^SISS: 1, "user", "subscriber1"
^SISS: 1, "passwd", "*******"
^SISS: 1, "pCmd", "3"
^SISS: 1, "tcPort", "110" Default: TCP port number commonly used for POP3.
^SISS: 1, "pNumber", "2"
^SISS: 1, "pLength", "0" Default: Message size shall not be limited.
^SISS: 1, "pDelFlag", "0" Default: Retrieved message shall not be deleted on POP3
server.
^SISS: 1, "tcpMR", "10" Default: Number of retransmission attempts for TCP packets is
10 (= default of AT^SCFG).
^SISS: 1, "tcpOT", "6000" Default: Timeout before closing outstanding TCP connection is
6000 sec (= default of AT^SCFG).
^SISS: 2, "srvType", ""
^SISS: 3, "srvType", ""
^SISS: 4, "srvType", ""
^SISS: 6, "srvType", ""
^SISS: 7, "srvType", ""
^SISS: 8, "srvType", ""
^SISS: 9, "srvType", ""
OK