All Projects → mkorthof → Ost2pst

mkorthof / Ost2pst

OST2PST - converts Outlook OST files to PST format

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ost2pst

Mfcmapi
MFCMAPI
Stars: ✭ 501 (+989.13%)
Mutual labels:  email, outlook, exchange
gromox
Groupware server backend for the grommunio Distribution, supporting MAPI/HTTP, RPC/HTTP, IMAP, POP3 protocols, PHP-MAPI bindings, and import from PST/OST/MSG/TNEF, EML/ICAL/VCF, KDB
Stars: ✭ 163 (+254.35%)
Mutual labels:  exchange, outlook
Email To Pdf Converter
Converts email files (eml, msg) to pdf
Stars: ✭ 110 (+139.13%)
Mutual labels:  email, outlook
gnome-email-notifications
Gnome Email Notifications
Stars: ✭ 65 (+41.3%)
Mutual labels:  email, outlook
Davmail
DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway - Synced with main subversion repository at
Stars: ✭ 250 (+443.48%)
Mutual labels:  outlook, exchange
Waveboxapp
Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io
Stars: ✭ 1,198 (+2504.35%)
Mutual labels:  email, outlook
currency-converter
💰 Easily convert between 32 currencies
Stars: ✭ 16 (-65.22%)
Mutual labels:  converter, exchange
Msgkit
A .NET library to make MSG files without the need for Outlook
Stars: ✭ 74 (+60.87%)
Mutual labels:  email, outlook
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+1513.04%)
Mutual labels:  email, outlook
Cashify
💸 Lightweight currency conversion library, successor of money.js
Stars: ✭ 329 (+615.22%)
Mutual labels:  converter, exchange
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (-50%)
Mutual labels:  exchange, outlook
Node Html To Text
Advanced html to text converter
Stars: ✭ 872 (+1795.65%)
Mutual labels:  converter, email
Msgreader
C# Outlook MSG file reader without the need for Outlook
Stars: ✭ 286 (+521.74%)
Mutual labels:  email, outlook
Exchangelib
Python client for Microsoft Exchange Web Services (EWS)
Stars: ✭ 787 (+1610.87%)
Mutual labels:  outlook, exchange
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-71.74%)
Mutual labels:  converter, exchange
Scheduler
Automates completion and emailing of .xlsx time sheet.
Stars: ✭ 34 (-26.09%)
Mutual labels:  outlook
Postfwd Anti Geoip Spam Plugin
Postfwd plugin for blocking international spam botnets based on geographical location of IP addresses used to login to postfix via sasl.
Stars: ✭ 40 (-13.04%)
Mutual labels:  email
Lemail
仿 Linux shell 命令的邮箱命令行客户端
Stars: ✭ 34 (-26.09%)
Mutual labels:  email
Gtfs Validator
Canonical GTFS Validator project for schedule (static) files from a zip archive
Stars: ✭ 34 (-26.09%)
Mutual labels:  jar
Anonaddy
Anonymous email forwarding
Stars: ✭ 1,022 (+2121.74%)
Mutual labels:  email

OST2PST

A while ago I needed something to convert a 5GB Outlook OST file to PST format. Turned out Aspose has a good (commercial) API/library for Java to do exactly that. I had not touched Java for 10 years but got things sorted within a few hours thanks to clear instructions and good examples and docs. I just used the example and made minimal changes, nothing more.

Saving to Outlook 2013/2016 PST files is not supported

Download

Get files below or from Releases page

Jar and wrappers

Usage

Windows: ost2pst.bat <input.ost> <output.pst> (same for .sh)

  • you can also run the jar directly: java -jar ost2pst.jar
  • the jar needs JRE8

Example

C:\src\ost2pst>ost2pst.bat input.ost output.pst

OST2PST (200316)

INFO: Loading OST file "input.pst" (5GB)
      Folder [00] "Public"
      Folder [01] "Inbox"
      Folder [02] "Outbox"
      Folder [03] "Sent Items"

INFO: File format is "64-bit Unicode" (23)
INFO: Converting "input.pst" to "output.ost" 511MB/4751MB (11%) |

Changelog

20200317

  • show file format info
  • exits instead of trying to save outlook 2013+ files
  • jar also builds in maven now

20200313

  • error handling, added notice about outlook '13/16 files
  • updated aspose-email lib to 20.2

20200119

  • fixed (visual) error before convertion
  • improved messages and progress indicator
  • updated aspose-email lib to 19.12

20180915

  • improved progress indicator
  • updated aspose-email lib to 18.8

Source

Import into Eclipse:

Aspose.Email for Java API/lib (required)

Create runnable Jar in Eclipse

  • use Ant to 'Export', 'Java', 'Runnable JAR file' (used for ost2pst.jar)
  • or alternatively use Maven to build project

More info

Aspose.Email for Java: https://products.aspose.com/email/java
What lead me to Aspose: http://wiki.opf-labs.org/pages/viewpage.action?pageId=25887031
Possible alternative https://github.com/rjohnsondev/java-libpst


moved from old repo mkorthof/Aspose.Email-for-Java


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].