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


Groups > comp.lang.python > #98189

Re: Creating PST files using Python

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Creating PST files using Python
Date 2015-11-04 09:12 +1100
Message-ID <mailman.0.1446588786.20590.python-list@python.org> (permalink)
References <873907D8-7E21-4F08-AF07-A83F766802BA@cajuntechie.org>

Show all headers | View raw


On Wed, Nov 4, 2015 at 6:09 AM, Anthony Papillion
<anthony@cajuntechie.org> 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.
>

*wince*

I don't, but if there is such a thing, it'll probably be mentioned here:

https://pypi.python.org

But be careful. My gut feeling is that the format will be different in
every version of Outlook, so you'll need something exactly matching
it.

Since you're migrating your mail *to* Outlook, I'd look for some means
of importing mail. Worst case, you could create a bunch of files in
the maildir layout, spin up an off-the-shelf POP3 server, and tell
Outlook to read it all.

Personally, though, I'd refuse the job altogether. Creating a 60GB
blob of mail is going to cause nothing but pain. That might even be
beyond Outlook's current hard limit - I don't know. Bad, bad idea.

ChrisA

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


Thread

Re: Creating PST files using Python Chris Angelico <rosuav@gmail.com> - 2015-11-04 09:12 +1100

csiph-web