Add an e-mail box.
Delete an e-mail box.
Edit an e-mail box.
List e-mail boxes (pop/imap).
array ( 'status' => 0, 'payload' => array ( 0 => array ( 0 => 'postmaster', 1 => 'postmaster@example.com', ), ), )
array ( 'status' => 0, 'payload' => array ( 0 => array ( 'username' => 'postmaster', 'email' => 'postmaster@example.com', 'quota' => '##LG_NOQUOTA##', 'quota_bytes' => 0, 'copyto' => '', 'on_vacation' => false, 'box_size' => '20480', 'box_pct' => 0, ), ), )
Controller: EmailBox
listAction: add
Add an e-mail box.
Input Parameters
Confirm the password field by providing it again. Must match the password provided.
Megabytes
999999999
postmaster@example.com, poehler@example.com, mygroup@example.com, myautoresponder@example.com
mygroup
Action: delete
Delete an e-mail box.
Input Parameters
postmaster
Action: edit
Edit an e-mail box.
Input Parameters
postmaster
Confirm the password field by providing it again. Must match the password provided.
Megabytes
999999999
postmaster@example.com, poehler@example.com, mygroup@example.com, myautoresponder@example.com
mygroup
1, 0
0
Action: list
MESSAGE: 2010-11-18 use listEmailBoxes
List e-mail boxes (pop/imap).
Example Output
array ( 'status' => 0, 'payload' => array ( 0 => array ( 0 => 'postmaster', 1 => 'postmaster@example.com', ), ), )Action: listEmailBoxes (Added in version 4.8.0-393)
List e-mail boxes (pop/imap).
Example Output
array ( 'status' => 0, 'payload' => array ( 0 => array ( 'username' => 'postmaster', 'email' => 'postmaster@example.com', 'quota' => '##LG_NOQUOTA##', 'quota_bytes' => 0, 'copyto' => '', 'on_vacation' => false, 'box_size' => '20480', 'box_pct' => 0, ), ), )