JavaMail Configuration
GETs (Reading Data)
Resource | Description |
---|---|
|
Get the name of the default readmail config. |
|
Get the name of the default sendmail config. |
|
Get the name of all the existing readmail configurations. |
|
Get the name of all the existing sendmail configurations. |
|
Get the name of all the existing end2end mail configurations. |
|
Get the content of the readmail configuration named {name} |
|
Get the content of the sendmail configuration named {name} |
|
Get the content of the end2end mail configuration named {name} |
POSTs (Adding/Updating Data)
POST requires form data using application/xml or application/json as a Content-Type.
On a successful request, the Email NBI will be notified about the configuration change.
Resource | Description |
---|---|
|
Adds a new or overrides an existing readmail configuration. |
|
Adds a new or overrides an existing sendmail configuration. |
|
Adds a new or overrides an existing end2end mail configuration. |
PUTs (Update defaults)
On a successful request, the Email NBI will be notified about the configuration change.
Resource | Description |
---|---|
|
Sets the readmail named {name} as the new default. |
|
Sets the sendmail named {name} as the new default. |
PUTs (Modifying Data)
PUT requires form data using application/x-www-form-urlencoded as a Content-Type.
On a successful request, the Email NBI will be notified about the configuration change.
Resource | Description |
---|---|
|
Updates the content of the readmail configuration named {name} |
|
Updates the content of the sendmail configuration named {name} |
|
Updates the content of the end2end mail configuration named {name} |
DELETEs (Remove Data)
On a successful request, the Email NBI will be notified about the configuration change.
Resource | Description |
---|---|
|
Removes the readmail configuration named {name} |
|
Removes the sendmail configuration named {name} |
|
Removes the end2end mail configuration named {name} |