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 Java source code. This SDK allows you to work with Aspose.Email Cloud REST APIs in your Java applications quickly and easily, with zero initial cost.
4
+
[Aspose.Email Cloud SDK for Java](https://products.aspose.cloud/email/java) 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.
Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK:
11
-
- Lets developers manipulate different emails’ formats such as Outlook MSG, EML, VCard, and iCalendar files
12
-
- Lets developers manipulate different emails' formats such as Outlook MSG, EML, VCard, and iCalendar files
13
+
- Lets developers manipulate different emails' formats such as Outlook MSG, EML, VCard, and iCalendar files.
13
14
- Supports AI functions:
14
-
- The Business card recognition
15
-
- The Name API for parsing and handling personal names
15
+
- The Business card recognition.
16
+
- The Name API for parsing and handling personal names.
16
17
- 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
18
+
- Unified REST API for different email protocols: IMAP, POP3, SMTP, EWS, WebDav.
19
+
- Virtual multi-account.
20
+
- Message threads (POP3 accounts are also supported).
21
+
- Email configuration discovery.
22
+
- Disposable email address detection.
23
+
24
+
## New features in version 20.9
25
+
26
+
Aspose.Email Cloud SDK 20.9.0 is based on a new v4.0 REST API.
22
27
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.
28
+
- All SDK functions are divided into groups (Email, Calendar, Contact, Client, Ai, Mapi, etc.).
29
+
- Unified file API provided for supported file types (Save, Get, Convert, AsFile, FromFile, AsMapi/AsDto).
30
+
- HierarchicalObject based API is removed.
31
+
- All models are stored in one folder/namespace.
32
+
- The request models are simplified.
29
33
30
-
See [Release notes](https://docs.aspose.cloud/display/emailcloud/Aspose.Email+Cloud+20.7+Release+Notes)
34
+
See [Release notes](https://docs.aspose.cloud/display/emailcloud/Aspose.Email+Cloud+20.9+Release+Notes).
31
35
32
36
## How to use the SDK?
33
-
The complete source code is available in the GIT repository.
37
+
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-java/tree/master/src/main/java/com/aspose/email/cloud/sdk).
34
38
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
Use [SDK tutorials](https://docs.aspose.cloud/display/emailcloud/SDK+Tutorials).
45
40
46
-
SDK reference documentation is available in [this README](https://github.com/aspose-email-cloud/aspose-email-cloud-java/blob/master/docs/README.md)
41
+
SDK reference documentation is available in [this README](https://github.com/aspose-email-cloud/aspose-email-cloud-java/blob/master/docs/README.md).
47
42
48
43
### Prerequisites
49
-
To use these SDK, you need an App SID and an App Key; they can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (it requires free registration in Aspose Cloud for this).
44
+
To use this SDK, you need an App SID and an App Key; they can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) (it requires free registration in Aspose Cloud for this).
50
45
51
46
### Installation
52
47
You can either directly use it in your project via jar file or add it as Maven dependency ([see repo](https://repository.aspose.cloud/repo/com/aspose/aspose-email-cloud/)):
@@ -67,42 +62,23 @@ Then, add a dependency:
67
62
</dependency>
68
63
```
69
64
70
-
See more details about SDK installation in this tutorial: [SDK setup](https://docs.aspose.cloud/display/emailcloud/SDK+setup)
65
+
See more details about SDK installation in this tutorial: [SDK setup](https://docs.aspose.cloud/display/emailcloud/SDK+setup).
71
66
72
67
### Usage examples
73
-
To use the API, you should create an EmailApi object:
68
+
To use the API, you should create an EmailCloud object:
74
69
```java
75
-
EmailApi api =newEmailApi("Your App Key", "Your App SID");
70
+
EmailCloud api =newEmailCloud("Your App Key", "Your App SID");
76
71
```
77
72
78
73
#### Business cards recognition API
79
-
Use `AiBcrParseModel` method to parse business card image to VCard DTO:
74
+
Use `AiBcrApi.parse` method to parse business card image to VCard DTO:
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)
90
-
91
-
# Licensing
92
-
All Aspose.Email for Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
**countries** | **String**| Comma-separated codes of countries. | [optional][default to ]
23
+
**languages** | **String**| Comma-separated ISO-639 codes of languages (either 639-1 or 639-3; i.e. \"it\" or \"ita\" for Italian); it's \"\" by default. | [optional][default to ]
24
+
**isSingle** | **Boolean**| Determines that image contains single VCard or more. | [optional][default to true]
25
+
26
+
### Return type
27
+
28
+
[**ContactList**](ContactList.md)
29
+
30
+
[[Back to top]](#)[[Back to Model list]](Models.md)[[Back to API README]](README.md)
**isSingle** | **Boolean** | Determines that image contains single VCard or more. Ignored in current version. Multiple cards on image support will be added soon |
6
+
**isSingle** | **Boolean** | Determines that image contains single VCard or more. |
7
+
8
+
8
9
9
10
10
-
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to API README]](README.md)
11
+
[[Back to Model list]](Models.md)[[Back to API README]](README.md)
[[Back to Model list]](README.md#documentation-for-models)[[Back to API list]](README.md#documentation-for-api-endpoints)[[Back to API README]](README.md)
13
+
[[Back to Model list]](Models.md)[[Back to API README]](README.md)
0 commit comments