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
This repository contains Aspose.Email Cloud SDK for Python source code. This SDK allows you to work with Aspose.Email Cloud REST APIs in your Python applications quickly and easily, with zero initial cost.
Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK:
10
11
- Lets developers manipulate different emails’ formats such as Outlook MSG, EML, VCard, and iCalendar files
11
-
-Has a built-in email client
12
-
- Supports AI functionalities:
12
+
-Lets developers manipulate different emails' formats such as Outlook MSG, EML, VCard, and iCalendar files
13
+
- Supports AI functions:
13
14
- The Business card recognition
14
15
- The Name API for parsing and handling personal names
16
+
- Has a built-in email client. This client provides:
17
+
- Unified REST API for different email protocols: IMAP, POP3, SMTP, EWS, WebDav
18
+
- Virtual multi-account
19
+
- Message threads (POP3 accounts are also supported)
20
+
- Email configuration discovery
21
+
- Disposable email address detection
22
+
23
+
## New features in version 20.7
24
+
- New MAPI message files API with models:
25
+
-`MapiMessageDto` - represents the Microsoft Outlook message.
26
+
-`MapiCalendarDto` - represents the Microsoft Outlook calendar object.
27
+
-`MapiContactDto` - represents the Microsoft Outlook contact information.
28
+
- Improved Recurrence pattern support for CalendarDto.
29
+
30
+
See [Release notes](https://docs.aspose.cloud/display/emailcloud/Aspose.Email+Cloud+20.7+Release+Notes)
15
31
16
32
## How to use the SDK?
17
33
The complete source code is available in the GIT repository.
18
-
Use [SDK tutorials](https://docs.aspose.cloud/display/emailcloud/SDK+Tutorials), [reference documentation](https://github.com/aspose-email-cloud/aspose-email-cloud-python/blob/master/sdk/docs/README.md) and [examples from this document](#usage-examples)
34
+
35
+
Use [SDK tutorials](https://docs.aspose.cloud/display/emailcloud/SDK+Tutorials):
36
+
-[SDK setup](https://docs.aspose.cloud/display/emailcloud/SDK+setup) - installation, account setup, first API calls
37
+
-[Business Cards Recognition API](https://docs.aspose.cloud/display/emailcloud/Business+Cards+Recognition+API) - convert captured business cards and name card images, into a vCard format
38
+
-[Working with Name API](https://docs.aspose.cloud/display/emailcloud/Working+with+Name+API) - format, genderize, compare, parse, autocomplete names
39
+
-[Email Message Files](https://docs.aspose.cloud/display/emailcloud/Email+Message+Files) - Convert EML to MSG and back, edit EML files, etc.
40
+
-[Quick Start With iCalendar API](https://docs.aspose.cloud/display/emailcloud/Quick+Start+With+iCalendar+API) - Crate and edit iCalendar files
41
+
-[Quick Start With VCard API](https://docs.aspose.cloud/display/emailcloud/Quick+Start+With+VCard+API) - Create and edit VCard files, business card recognition
See more details[here](https://docs.aspose.cloud/display/emailcloud/Parse+Image+To+VCard+File) and [here](https://docs.aspose.cloud/display/emailcloud/Business+Cards+Recognition+API)
217
86
218
87
# Licensing
219
88
All Aspose.Email Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
0 commit comments