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


Groups > comp.lang.python > #98189 > unrolled thread

Re: Creating PST files using Python

Started byChris Angelico <rosuav@gmail.com>
First post2015-11-04 09:12 +1100
Last post2015-11-04 09:12 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#98189 — Re: Creating PST files using Python

FromChris Angelico <rosuav@gmail.com>
Date2015-11-04 09:12 +1100
SubjectRe: Creating PST files using Python
Message-ID<mailman.0.1446588786.20590.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web