Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98196

Re: Creating PST files using Python

Newsgroups comp.lang.python
Date 2015-11-03 16:46 -0800
References <mailman.46.1446578069.8789.python-list@python.org>
Message-ID <0ba52316-7f52-4314-a454-0a5d369feed6@googlegroups.com> (permalink)
Subject Re: Creating PST files using Python
From rurpy@yahoo.com

Show all headers | View raw


On 11/03/2015 12:09 PM, Anthony Papillion wrote:
> Does anyone know of a module that allows the wiring of Outlook PST
> files using Python? I'm working on a project that will require me to
> migrate 60gb of maildir mail (multiple accounts) to Outlook.

I used libpst (http://www.five-ten-sg.com/libpst/) a few years ago
successfully but I was going in the other direction (outlook -> maildir)
so not sure if it does writing of pst files. 
At the time I also looked into libpff which (from my notes, I don't
remember much of this work) was newer but the documentation was pretty
thin and it wasn't worth the time to figure out how to use it.
Of course things may have changed since then...

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Creating PST files using Python Anthony Papillion <anthony@cajuntechie.org> - 2015-11-03 13:09 -0600
  Re: Creating PST files using Python rurpy@yahoo.com - 2015-11-03 16:46 -0800
    Re: Creating PST files using Python rurpy@yahoo.com - 2015-11-03 17:32 -0800

csiph-web