|
The email API from Orange allows you to send and receive emails within your web application.
You can also manage emails by marking them as 'read' and 'unread', counting and deleting them. And setting up your own spam filter has never been so easy ...
|
|
Use this API to create your very own email application on the web.
In a nutshell, the email API enables you to:
send emails
receive emails through your own application
manage your inbox
- delete email
- mark email as read
- mark email as unread
count and list emails
Orange provides you a 500Mb mailbox.
The web service exposes a REST-RPC style interface.
The requests use GET and POST methods in HTTP or HTTPS mode.
pricing
Currently, the API is in alpha mode.
This means that it's FREE to use with some service limitations (as you would expect).
There are some daily usage limits you need to be aware of.
The current daily limit for the email API calls are :
| method |
daily limit |
| sendMail |
500 calls |
| getEmail |
500 calls |
| getEmailList |
150 calls |
| deleteMail |
1000 calls |
| markMailRead |
1000 calls |
| markMailUnread |
1000 calls |
| countMail |
500 calls |
access the terms & conditions of use