Skip to content

Commit 752f94b

Browse files
Readme File Updated
1 parent 72ffe69 commit 752f94b

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

README.md

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# Manage Emails in Cloud via Node.Js/Typescript REST SDK
2-
31
[![npm](https://img.shields.io/npm/v/@asposecloud/aspose-email-cloud)](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [![License](https://img.shields.io/github/license/aspose-email-cloud/aspose-email-cloud-node)](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [![node](https://img.shields.io/node/v/@asposecloud/aspose-email-cloud)](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) [![types](https://img.shields.io/npm/types/@asposecloud/aspose-email-cloud)](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud) ![tests](https://github.com/aspose-email-cloud/aspose-email-cloud-node/workflows/tests/badge.svg)
42

3+
# Manage Emails in Cloud via Node.Js/Typescript REST SDK
54
[Aspose.Email Cloud SDK for Node.Js/Typescript](https://products.aspose.cloud/email/nodejs) 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.
65

76
This SDK allows you to work with Aspose.Email Cloud REST APIs in your Node.Js applications quickly and easily, with zero initial cost.
@@ -23,15 +22,36 @@ Aspose.Email Cloud is a REST API for creating email applications that work with
2322
- Email configuration discovery.
2423
- Disposable email address detection.
2524

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

2827
Aspose.Email Cloud 20.12.0 comes with SDK breaking changes:
29-
- AppKey renamed to ClientSecret.
28+
- AppKey renamed to ClientSecret.
3029
- AppSID renamed to ClientId.
3130

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

34-
See [Release notes](https://docs.aspose.cloud/email/aspose-email-cloud-20-12-release-notes/).
33+
## Enhancements in Version 20.10
34+
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+
54+
See [Release notes](https://docs.aspose.cloud/email/release-notes/).
3555

3656
## How to use the SDK?
3757
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-node/tree/master/src).
@@ -69,4 +89,11 @@ var result = await api.ai.bcr.parse(new AiBcrParseRequest(
6989
var contact = result.value[0];
7090
```
7191

72-
[Product Page](https://products.aspose.cloud/email/nodejs) | [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)
92+
## Aspose.Email Cloud SDKs in Popular Languages
93+
94+
| .NET | Java | PHP | Python | Ruby | Node.js |
95+
|---|---|---|---|---|---|
96+
| [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) |
97+
| [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) |
98+
99+
[Product Page](https://products.aspose.cloud/email/nodejs) | [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)