Email API
(Difference between revisions)
				
																
				
				
								
				Mike.robski  (Talk | contribs)  | 
		Mike.robski  (Talk | contribs)  m (1 revision: Release 95)  | 
		
| (One intermediate revision by one user not shown) | |
Revision as of 23:58, 1 July 2014
Contents | 
Mailboxes
- GET /accounts/{account}/email/{domain}/usernames - Retrieves a list of mailboxes
 - GET /accounts/{account}/email/{domain}/usernames/{mailboxName} - Gets mailbox details
 - PUT /accounts/{account}/email/{domain}/usernames/{mailboxName}/mailbox - Create or update mailbox data
 - DELETE /accounts/{account}/email/{domain}/usernames/{mailboxName}/mailbox - Deletes a mailbox
 
Aliases
- GET /accounts/{account}/email/{domain}/aliases - Retrieves a list of domain aliases
 
Forwards
- POST /accounts/{account}/email/{domain}/usernames/{mailboxName}/forwards - Sets mailbox forwarding
 - GET /accounts/{account}/email/{domain}/usernames/{mailboxName}/forwards - Gets mailbox forwarding info
 - DELETE /accounts/{account}/email/{domain}/usernames/{mailboxName}/forwards/{fwd-mailbox} - Deletes mailbox forwarding
 
Autoresponder
- PUT /accounts/{account}/email/{domain}/usernames/{mailboxName}/autoresponder - Sets an auto-responder
 - GET /accounts/{account}/email/{domain}/usernames/{mailboxName}/autoresponder - Gets auto-responder info
 
CleanMailPlus
- GET /accounts/{account}/email/{domain}/usernames/{mailboxName}/cleanmailplus - Gets mailbox's CleanMailPlus info
 - PUT /accounts/{account}/email/{domain}/usernames/{mailboxName}/cleanmailplus - Updates mailbox's CleanMailPlus info
 
Webmail
- GET /accounts/{account}/email/{domain}/webmail - Getting OX allowUpgrade option for the domain
 - PUT /accounts/{account}/email/{domain}/webmail - Change the OX allowUpgrade option for the domain
 - GET /accounts/{account}/email/{domain}/usernames/{mailboxName}/webmail - Getting OX account
 - GET /email/{domain}/usernames/{mailboxName}/webmail - Getting OX account
 - POST /accounts/{account}/email/{domain}/usernames/{mailboxName}/webmail - Create OX account
 - POST /email/{domain}/usernames/{mailboxName}/webmail - Create OX account
 - PUT /accounts/{account}/email/{domain}/usernames/{mailboxName}/webmail - Update OX account
 - PUT /email/{domain}/usernames/{mailboxName}/webmail - Update OX account
 
InfoStore
- GET /accounts/{account}/email/{domain}/infostore - Getting InfoStore usage
 - PUT /accounts/{account}/email/{domain}/infostore - Change InfoStore quota
 
Mailbox domain statistics
- GET /accounts/{account}/email/{domain}/statistics/mailboxTypeCount - Retrieves per domain statistics about webmail usage
 
Mailbox migration failure
- POST /accounts/{account}/email/{domain}/usernames/{mailboxName}/migration - Creating support ticket for failed mailbox migration
 
Mailbox Message Count
- GET /accounts/{account}/email/{domain}/usernames/{mailboxName}/mailbox/messagestats - Get mailbox message count for INBOX, SENT and SPAM folders