Skip to content

Commit f9e9a61

Browse files
Readme File Updated
1 parent 0f4cc68 commit f9e9a61

File tree

1 file changed

+32
-5
lines changed

1 file changed

+32
-5
lines changed

README.md

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Manage Emails in Cloud via Python REST SDK
21
[![PYPI](https://img.shields.io/pypi/v/aspose-email-cloud)](https://pypi.org/project/aspose-email-cloud/) [![License](https://img.shields.io/github/license/aspose-email-cloud/aspose-email-cloud-python)](https://pypi.org/project/aspose-email-cloud/) ![tests](https://github.com/aspose-email-cloud/aspose-email-cloud-python/workflows/tests/badge.svg)
32

3+
# Manage Emails in Cloud via Python REST SDK
44
[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.
55

66
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
2222
- Email configuration discovery.
2323
- Disposable email address detection.
2424

25-
## What's new in version 20.12
25+
26+
## Enhancements in Version 20.12
2627

2728
Aspose.Email Cloud 20.12.0 comes with SDK breaking changes:
28-
- AppKey renamed to ClientSecret.
29+
- AppKey renamed to ClientSecret.
2930
- AppSID renamed to ClientId.
3031

3132
Some [SDK reference documentation](https://docs.aspose.cloud/email/reference-api/) improvements were made.
3233

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/).
3454

3555
## How to use the SDK?
3656
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-python/tree/master/sdk/AsposeEmailCloudSdk).
@@ -72,4 +92,11 @@ contact = result.value[0]
7292
assert 'Parsed Display Name' in contact.display_name
7393
```
7494

75-
[Product Page](https://products.aspose.cloud/email/python) | [Documentation](https://docs.aspose.cloud/email/) | [Demo](https://products.aspose.app/email/family) | [Swagger UI](https://apireference.aspose.cloud/email/) | [Blog](https://blog.aspose.cloud/category/email/) | [Free support](https://forum.aspose.cloud/c/email) | [Free trial](https://dashboard.aspose.cloud/#/apps) | [SDK reference documentation](https://docs.aspose.cloud/email/reference-api)
95+
## Aspose.Email Cloud SDKs in Popular Languages
96+
97+
| .NET | Java | PHP | Python | Ruby | Node.js |
98+
|---|---|---|---|---|---|
99+
| [GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-dotnet) | [GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-java) | [GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-php) | [GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-python) | [GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-ruby) | [GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-node) | [GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-android) | [GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-swift)|[GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-dart) |[GitHub](https://github.com/aspose-email-cloud/aspose-email-cloud-go) |
100+
| [NuGet](https://www.nuget.org/packages/Aspose.Email-Cloud/) | [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-email-cloud) | [Composer](https://packagist.org/packages/aspose/aspose-email-cloud) | [PIP](https://pypi.org/project/aspose.email-cloud/) | [GEM](https://rubygems.org/gems/aspose_email_cloud) | [NPM](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) |
101+
102+
[Product Page](https://products.aspose.cloud/email/python) | [Documentation](https://docs.aspose.cloud/email/) | [Demo](https://products.aspose.app/email/family) | [Swagger UI](https://apireference.aspose.cloud/email/) | [Blog](https://blog.aspose.cloud/category/email/) | [Free support](https://forum.aspose.cloud/c/email) | [Free trial](https://dashboard.aspose.cloud/#/apps) | [SDK reference documentation](https://docs.aspose.cloud/email/reference-api)

0 commit comments

Comments
 (0)