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 Node.Js source code. This SDK allows you to work with Aspose.Email Cloud REST APIs in your Node.Js applications quickly and easily, with zero initial cost.
5
+
[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.
Aspose.Email Cloud is a REST API for creating email applications that work with standard email file formats. This SDK:
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
14
+
- Lets developers manipulate different emails' formats such as Outlook MSG, EML, VCard, and iCalendar files.
14
15
- Supports AI functions:
15
-
- The Business card recognition
16
-
- The Name API for parsing and handling personal names
16
+
- The Business card recognition.
17
+
- The Name API for parsing and handling personal names.
17
18
- Has a built-in email client. This client provides:
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
19
+
- Unified REST API for different email protocols: IMAP, POP3, SMTP, EWS, WebDav.
20
+
- Virtual multi-account.
21
+
- Message threads (POP3 accounts are also supported).
22
+
- Email configuration discovery.
23
+
- Disposable email address detection.
23
24
24
25
## New features in version 20.9
25
26
@@ -34,69 +35,40 @@ Aspose.Email Cloud SDK 20.9.0 is based on a new v4.0 REST API.
34
35
See [Release notes](https://docs.aspose.cloud/display/emailcloud/Aspose.Email+Cloud+20.9+Release+Notes).
35
36
36
37
## How to use the SDK?
37
-
The complete source code is available in the GIT repository.
38
+
The complete source code is available in the [GIT repository](https://github.com/aspose-email-cloud/aspose-email-cloud-node/tree/master/src).
38
39
39
-
Use [SDK tutorials](https://docs.aspose.cloud/display/emailcloud/SDK+Tutorials):
40
-
-[SDK setup](https://docs.aspose.cloud/display/emailcloud/SDK+setup) - installation, account setup, first API calls
41
-
-[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
42
-
-[Working with Name API](https://docs.aspose.cloud/display/emailcloud/Working+with+Name+API) - format, genderize, compare, parse, autocomplete names
43
-
-[Email Message Files](https://docs.aspose.cloud/display/emailcloud/Email+Message+Files) - Convert EML to MSG and back, edit EML files, etc.
44
-
-[Quick Start With iCalendar API](https://docs.aspose.cloud/display/emailcloud/Quick+Start+With+iCalendar+API) - Crate and edit iCalendar files
45
-
-[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).
49
41
50
-
SDK reference documentation is available in [this README](doc/README.md)
42
+
SDK reference documentation is available in [this README](https://github.com/aspose-email-cloud/aspose-email-cloud-node/blob/master/doc/README.md).
51
43
52
44
### Prerequisites
53
45
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).
54
46
55
47
### Installation
56
-
You can use it directly in your project via the source code or get a [npm package](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud)
48
+
You can use it directly in your project via the source code or get a [npm package](https://www.npmjs.com/package/@asposecloud/aspose-email-cloud).
var imageData =fs.readFileSync("path/to/image/to/parse.png");
69
+
var result =awaitapi.ai.bcr.parse(newAiBcrParseRequest(
70
+
imageData, undefined, undefined, true));
71
+
var contact =result.value[0];
81
72
```
82
73
83
-
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)
84
-
85
-
# Licensing
86
-
All Aspose.Email Cloud SDKs, helper scripts and templates are licensed under [MIT License](LICENSE).
0 commit comments