Mail 25.0
Version | 25.0 |
---|---|
Release Date | 04 March 2025 |
Changes
New major version
Mail has been upgraded to version 25. There will be breaking changes when upgrading Bizzkit.Sdk.CloudMail
from V24 to V25.
V24 endpoints will be supported until V26 is released.
Enhancements
Improved mail search/filtering performance when filtering on e-mail addresses.
New or updated endpoints (v25)
Endpoint | Comment |
---|---|
POST /api/mail/filter | Lists mails using provided filters |
DELETE /api/mail/{id} | Deletes a single mail |
POST /api/mail/delete-bulk | Deletes multiple mails |
GET /api/mail-policies | Paginated listing of mail policies |
GET /api/mail-providers | Paginated listing of mail providers |
GET /api/mail-providers/smtp-servers | Paginated listing of SMTP servers |
GET /api/shared-attachments | Paginated listing of shared attachments |
GET /api/whitelisted-domains | Paginated listing of whitelisted attachments |
Deprecated endpoints (v24)
Endpoint | Comment |
---|---|
POST /api/mail/search | Use the filter from v25 listed above |
DELETE /api/mail?mailIds=[] | Use either the single or bulk delete version from v25 listed above |
GET /api/mail-policies | Use the paginated version from v25 listed above |
GET /api/mail-providers | Use the paginated version from v25 listed above |
GET /api/mail-providers/smtp-servers | Use the paginated version from v25 listed above |
GET /api/shared-attachments | Use the paginated version from v25 listed above |
GET /api/white-listed-domains | Use the paginated version from v25 listed above |
GET /api/language/translations | Removed in v25 |
GET /api/language/cultures | Removed in v25 |