You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Aspose.Email Cloud SDK for Python](https://products.aspose.cloud/email/python) is a REST API SDK for creating email applications that work with standard email file formats such as Outlook MSG, EML, iCalendar files and VCard.
5
5
6
6
This SDK allows you to work with Aspose.Email Cloud REST APIs in your Python applications quickly and easily, with zero initial cost.
@@ -22,15 +22,35 @@ Aspose.Email Cloud is a REST API for creating email applications that work with
22
22
- Email configuration discovery.
23
23
- Disposable email address detection.
24
24
25
-
## What's new in version 20.12
25
+
26
+
## Enhancements in Version 20.12
26
27
27
28
Aspose.Email Cloud 20.12.0 comes with SDK breaking changes:
28
-
- AppKey renamed to ClientSecret.
29
+
- AppKey renamed to ClientSecret.
29
30
- AppSID renamed to ClientId.
30
31
31
32
Some [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/) improvements were made.
32
33
33
-
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-12-release-notes/).
34
+
## Enhancements in Version 20.10
35
+
- All SDK functions are divided into groups (Email, Calendar, Contact, Client, Ai, Mapi, etc.).
36
+
- Unified file API provided for supported file types (Save, Get, Convert, AsFile, FromFile, AsMapi/AsDto).
37
+
- HierarchicalObject based API is removed.
38
+
- All models are stored in one folder/namespace.
39
+
- The request models are simplified
40
+
41
+
## Enhancements in Version 20.9
42
+
- Lets developers manipulate different emails' formats such as Outlook MSG, EML, VCard, and iCalendar files.
43
+
- Supports AI functions:
44
+
- Business card recognition.
45
+
- The Name API for parsing and handling personal names.
46
+
- Has a built-in email client. This client provides:
47
+
- Unified REST API for different email protocols: IMAP, POP3, SMTP, EWS, WebDav.
48
+
- Virtual multi-account.
49
+
- Message threads (POP3 accounts are also supported).
50
+
- Email configuration discovery.
51
+
- Disposable email address detection.
52
+
53
+
See [Release notes](https://docs.aspose.cloud/email/release-notes/).
34
54
35
55
## How to use the SDK?
36
56
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-python/tree/master/sdk/AsposeEmailCloudSdk).
0 commit comments