P14-50 Mobile Printer CPCLProgramming Manual
ip.pop3.save_attachments
type: getvar; setvar
This parameter refers to whether email attachments are
to be saved to the flash file system in the printer. This
only applies if the ip.pop3.enable is set to on.
Note: attachment file names will be truncated to 11 characters (8 characters,
with a 3-character extension.)
getvar result This will return the pop3 save attachments status
(on or off)
Example Description This command instructs the printer
to respond with the POP3 save at-
tachments value
Syntax ! U1 getvar
“ip.pop3.save_attachments”
Result “off”
setvar choices “on”, “off”
Default “on”
Example Description This command instructs the printer
to disable POP3 save attachments.
Syntax ! U1 setvar
“ip.pop3.save_attachments” “off”
Result This will turn the pop3 save attach-
ments off.
ip.pop3.server_addr
type: getvar; setvar
This parameter refers to the POP3 server IP address the
printer contacts when checking for new mail. This only ap-
plies if ip.pop3.enable is set to on.
getvar result This will return the POP3 server address setting.
Example Description Instructs the printer to respond with
the server address.
Syntax ! U1 getvar “ip.pop3.server_addr”
Result “0.0.0.0”
setvar choices Any valid POP3 server address
Default “0.0.0.0”
Example Description Instructs the printer to change the
POP3 server address to 10.19.3.1.
Syntax ! U1 setvar “ip.pop3.server_addr”
“10.19.3.1”
Result Sets the POP3 server address to
10.19.3.1