Getting POP Server User Name Setting from VN-V25/26
Format /api/param?application.pop.user
Example of Response application.pop.user=somename&200 OK
Response example when setting field is left blank application.pop.user=&200 OK
Interpretation Acquire the user name setting of the POP server. The user name is used as local part of sender mail
address when sender mail address setting is blank. When the user name is blank, the local-part is set to "vn_c20".
Example of Response application.pop.user=somename&200 OK
Example of Mail Address somename@somecompany.com
Allowed users admin, operator, user
Setting POP Server User Name for VN-V25/26
Format /api/param?application.pop.user=data
Example /api/param?application.pop.user=somename
Example of Response application.pop.user&200 OK
Interpretation Change the user name setting of the POP server. The maximum user name size is 64 bytes. Set as
follows when this is to be left blank.
/api/param?application.pop.user=%00
The user name is used as local part of sender mail address when sender mail address setting is blank. When the user
name is blank, the local-part is set to "vn_c20". When POP before SMTP is disabled, it is not necessary to set POP
server settings other than POP user name setting.
Example of setting /api/param?application.pop.user=somename
Example of Mail Address somename@somecompany.com
Following characters must not be used in user name.
space ( ) < > [ ] : ; ¥ ,(comma)
Allowed users admin, operator
Setting POP Server Password for VN-V25/26
Format /api/param?application.pop.password=data
Example /api/param?application.pop.password=someword
Example of Response application.pop.password&200 OK
Interpretation Change the password setting of the POP server. The maximum password size is 32 bytes. Set as
follows when this is to be left blank. /api/param?application.pop.password=%00
Allowed users admin, operator
(Note: There is no API for reading passwords.)
42