Skip to content

Commit 1e39b34

Browse files
SDK version 20.9.0.138 generated
1 parent 9237436 commit 1e39b34

File tree

2 files changed

+27
-54
lines changed

2 files changed

+27
-54
lines changed

README.md

Lines changed: 26 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
# Aspose.Email Cloud SDK for Java
1+
# Manage Emails in Cloud via Java REST SDK
22
[![Maven](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepository.aspose.cloud%2Frepo%2Fcom%2Faspose%2Faspose-email-cloud%2Fmaven-metadata.xml)](https://repository.aspose.cloud/repo/com/aspose/aspose-email-cloud/) [![License](https://img.shields.io/github/license/aspose-email-cloud/aspose-email-cloud-java)](https://repository.aspose.cloud/repo/com/aspose/aspose-email-cloud/) ![tests](https://github.com/aspose-email-cloud/aspose-email-cloud-java/workflows/tests/badge.svg)
33

4-
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.
55

6-
[Aspose.Email Cloud home](https://products.aspose.cloud/email/family "Aspose.Email Cloud")
6+
This SDK allows you to work with Aspose.Email Cloud REST APIs in your Java applications quickly and easily, with zero initial cost.
7+
8+
[Aspose.Email Cloud home](https://products.aspose.cloud/email/family)
79
[API Reference](https://apireference.aspose.cloud/email/)
810

9-
# Key features
11+
# Cloud Email Processing Features
1012
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.
1314
- 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.
1617
- 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.
2223

2324
## New features in version 20.9
2425

@@ -33,23 +34,14 @@ Aspose.Email Cloud SDK 20.9.0 is based on a new v4.0 REST API.
3334
See [Release notes](https://docs.aspose.cloud/display/emailcloud/Aspose.Email+Cloud+20.9+Release+Notes).
3435

3536
## How to use the SDK?
36-
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).
3738

38-
Use [SDK tutorials](https://docs.aspose.cloud/display/emailcloud/SDK+Tutorials):
39-
- [SDK setup](https://docs.aspose.cloud/display/emailcloud/SDK+setup) - installation, account setup, first API calls
40-
- [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
41-
- [Working with Name API](https://docs.aspose.cloud/display/emailcloud/Working+with+Name+API) - format, genderize, compare, parse, autocomplete names
42-
- [Email Message Files](https://docs.aspose.cloud/display/emailcloud/Email+Message+Files) - Convert EML to MSG and back, edit EML files, etc.
43-
- [Quick Start With iCalendar API](https://docs.aspose.cloud/display/emailcloud/Quick+Start+With+iCalendar+API) - Crate and edit iCalendar files
44-
- [Quick Start With VCard API](https://docs.aspose.cloud/display/emailcloud/Quick+Start+With+VCard+API) - Create and edit VCard files, business card recognition
45-
- [Quick Start With Email Client](https://docs.aspose.cloud/display/emailcloud/Quick+Start+With+Email+Client) - Setup builtin email client, search/fetch/send/move/delete messages
46-
- [Email Client Threads](https://docs.aspose.cloud/display/emailcloud/Email+Client+Threads) - Fetch/Move/Delete email message threads using builtin email client
47-
- [File converters](https://docs.aspose.cloud/display/emailcloud/Convert+Email%2C+Calendar+and+Contact+Files)
39+
Use [SDK tutorials](https://docs.aspose.cloud/display/emailcloud/SDK+Tutorials).
4840

49-
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).
5042

5143
### Prerequisites
52-
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).
5345

5446
### Installation
5547
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/)):
@@ -70,42 +62,23 @@ Then, add a dependency:
7062
</dependency>
7163
```
7264

73-
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).
7466

7567
### Usage examples
76-
To use the API, you should create an EmailApi object:
68+
To use the API, you should create an EmailCloud object:
7769
```java
78-
EmailApi api = new EmailApi("Your App Key", "Your App SID");
70+
EmailCloud api = new EmailCloud("Your App Key", "Your App SID");
7971
```
8072

8173
#### Business cards recognition API
82-
Use `AiBcrParseModel` method to parse business card image to VCard DTO:
74+
Use `AiBcrApi.parse` method to parse business card image to VCard DTO:
8375

8476
```java
8577
byte[] fileBytes = IOUtils.toByteArray(new FileInputStream("/tmp/alex.png"));
86-
String fileBase64 = Base64.encodeToString(fileBytes, false);
87-
ListResponseOfContactDto result = api.aiBcrParseModel(new AiBcrParseModelRequestData(
88-
new AiBcrBase64Rq(null, Arrays.asList(new AiBcrBase64Image(true, fileBase64)))));
78+
ContactList result = api.ai().bcr().parse(new AiBcrParseRequest(
79+
fileBytes, null, null, true));
8980
ContactDto contact = result.getValue().get(0);
81+
assert contact.getDisplayName().contains("Parsed Display Name");
9082
```
9183

92-
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)
93-
94-
# Licensing
95-
All Aspose.Email for Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
96-
97-
# Resources
98-
+ [**SDK Reference documentation**](docs/README.md)
99-
+ [**Website**](https://www.aspose.cloud)
100-
+ [**Product Home**](https://products.aspose.cloud/Email/cloud)
101-
+ [**Documentation**](https://docs.aspose.cloud/display/Emailcloud/Home)
102-
+ [**API Reference**](https://apireference.aspose.cloud/email/)
103-
+ [**Free Support Forum**](https://forum.aspose.cloud/c/email)
104-
+ [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
105-
+ [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose-email-cloud/)
106-
+ [**Git repository: Aspose.Email Cloud SDK for .Net**](https://github.com/aspose-email-cloud/aspose-email-cloud-dotnet)
107-
+ [**Git repository: Aspose.Email Cloud SDK for Ruby**](https://github.com/aspose-email-cloud/aspose-email-cloud-ruby)
108-
+ [**Git repository: Aspose.Email Cloud SDK for Python**](https://github.com/aspose-email-cloud/aspose-email-cloud-python)
109-
+ [**Git repository: Aspose.Email Cloud SDK for PHP**](https://github.com/aspose-email-cloud/aspose-email-cloud-php)
110-
+ [**Git repository: Aspose.Email Cloud SDK for Typescript**](https://github.com/aspose-email-cloud/aspose-email-cloud-node)
111-
+ [**Git repository: Aspose.Email Cloud SDK for Java**](https://github.com/aspose-email-cloud/aspose-email-cloud-java)
84+
[Product Page](https://products.aspose.cloud/email/java) | [Documentation](https://docs.aspose.cloud/display/Emailcloud/Home) | [Demo](https://products.aspose.app/email/family) | [API Reference](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)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>aspose-email-cloud</artifactId>
55
<packaging>jar</packaging>
66
<name>aspose-email-cloud</name>
7-
<version>20.9.0.137</version>
7+
<version>20.9.0.138</version>
88
<url>https://github.com/aspose-email-cloud/aspose-email-cloud-java</url>
99
<description>Aspose.Email Cloud SDK</description>
1010
<licenses>

0 commit comments

Comments
 (0)