Features
Built for speed, compliance, and developer experience.
Core Engine
- Unicode Support: Full UTF-8 support for all text properties.
- Large File Support: Handles PST files >2GB with 64-bit block addressing.
- Buffered I/O: Optimized for high-throughput writing.
- Zero Runtime Dependencies: No external dependencies required.
- Commercial License: Enterprise support and warranty included.
Calendar API
- Recurring Events: Daily, Weekly, Monthly, Yearly patterns.
- Attendees: Manage required, optional, and resource attendees.
- Status Handling: Busy, Tentative, Out of Office status flags.
- Timezones: Basic UTC timestamps.
Bindings & Interop
- Node.js Addon: Native performance with Javascript ease of use.
- C# / .NET: Integration via P/Invoke.
- C API: Stable ABI for binding to other languages.
Safety & Reliability
- Thread Safety: Safe for multi-threaded file generation (one writer per file).
- CRC Validation: Built-in checksum generation for data integrity.
- Memory Management: RAII principles used throughout C++ core.