-
Notifications
You must be signed in to change notification settings - Fork 17
RESTful API mail
Guido Krömer edited this page Jan 27, 2014
·
1 revision
The email accounts are stored encrypted in the database, this means a key for decrypting one or many accounts has to be provided with each request like in the password API.
Get all accounts.
Add a new account.
Get a account specified by its id.
Edit a account specified by its id.
Remove a account specified by its id.
List all mailboxes form the given mail account.
List all email headers from the accounts mailbox.
Get a complete mail specified by its unique id from the given account mailbox.
Delete a email specified by its unique id from the given account mailbox.
Send a email with the given account SMTP data.