Location2=8
- Last UpdatedFeb 14, 2023
- 1 minute read
If Location2 is 8, the required keyword is DEVICE=. Its value specifies an IMAP server; for example,
DEVICE=imap.mycompany.com.
By default, the interface assumes that the specified IMAP server uses port 143. If the IMAP server is not using port 143, specify the port number using the optional PORT= keyword. For example,
DEVICE=imap.mycompany.com; PORT=2143;
By default, the interface expects a reply that contains the text * OK. If the user wants the interface to expect another reply, specify this text using the optional REPLY= keyword. For example,
DEVICE=imap.mycompany.com; REPLY=server is ready;