Hello Team,
I’m working on a Node.js-based application where we need to programmatically package .eml
files into a PST file. I’d like to know if Aspose provides any npm package or JavaScript/TypeScript SDK that directly supports this functionality.
During my research, I came across the following options:
- The
@aspose/email
npm package — however, it doesn’t appear to support PST creation. - Aspose.Email Cloud API — this seems to require uploading EML files to the cloud, which we would like to avoid due to privacy constraints.
- Aspose.Email for Java/.NET — this supports PST creation but isn’t natively compatible with a Node.js environment and requires a Java runtime.
Could you please confirm whether there is any official Node.js SDK or npm package that supports PST creation? If not, what would be the recommended way to integrate this capability into a Node.js workflow? Any guidance, sample code, or documentation would be greatly appreciated.
Looking forward to your guidance.
Thank you!