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


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

Creating PST files using Python

Started byAnthony Papillion <anthony@cajuntechie.org>
First post2015-11-03 13:09 -0600
Last post2015-11-03 17:32 -0800
Articles 3 — 2 participants

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


Contents

  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

#98185 — Creating PST files using Python

FromAnthony Papillion <anthony@cajuntechie.org>
Date2015-11-03 13:09 -0600
SubjectCreating PST files using Python
Message-ID<mailman.46.1446578069.8789.python-list@python.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

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.

Thanks
Anthony
- --
Sent from my Android device with K-9 Mail. Please excuse my brevity.

-----BEGIN PGP SIGNATURE-----
Version: APG v1.1.1

iQJJBAEBCgAzBQJWOQZSLBxBbnRob255IFBhcGlsbGlvbiA8YW50aG9ueUBjYWp1
bnRlY2hpZS5vcmc+AAoJEAKK33RTsEsVwdgP/1f15VCI0GKkM54ram8oL3Bh2e5s
PqxhS/qe+9pYwYZrt+Dj2EENtpdwVQxIin67WxsruE1hOYcrrZiURiCaav8aL//3
zMiBwtEIHrYZ+0s54rfQTx1eltlET3c9O/Hehh69TtuLWiCYp1fKUW7pJEV2ZnqV
jLoGLeQ1BkXCukVeRVm8W8q7aBycF9jLP/Hg7r7p7g1RUYoIfUCOd0833AAHrbb4
CpSgvsztUfK7mJR9yxcWl4QPFTq3wpZA9MnXqnS/+UxqLSVRJp66omYn31w1AqQA
7XTuP3TQ4GjhPJC6uGiQUNQslBWj5FYRUQxlH/CzUFMeLpbK+ruG8K3QyNG8tFpj
TdUNxeWeRl+Sf5elgDYDe4Farn82ZborOlZmMspy/S87tENDgs1rND9/wIgnXtrt
g7sK3eVkmbBXkIqA9xXwkmx5GyHn3+o5a8JhFihePy5XnvlfAsnhjzsogTN3pYdO
YSKqR76cTTLzYuOjiF61DIgY1R/HqUsiloGiVXjfghV+ADcFLhADIJGa7wKwSItv
TjZmUKjF2U7CaNqn6mTR83VdtOymeoQyTZw9sB0WmsVVjVinOuExyy3qa9D3E07D
yfaa/RVgGLw6ygq/8JTXQx8B8xJ5lOl7KBxVNqaS9Kwx14F3aQdrDqvZRDCpU7U5
X/FC8f6YIksLIX7y
=254i
-----END PGP SIGNATURE-----

[toc] | [next] | [standalone]


#98196

Fromrurpy@yahoo.com
Date2015-11-03 16:46 -0800
Message-ID<0ba52316-7f52-4314-a454-0a5d369feed6@googlegroups.com>
In reply to#98185
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...

[toc] | [prev] | [next] | [standalone]


#98197

Fromrurpy@yahoo.com
Date2015-11-03 17:32 -0800
Message-ID<b12fcea5-6e46-41c5-ba54-6d06ec5cbf1f@googlegroups.com>
In reply to#98196
I should have checked the web site before posting, it
appears that both libpst and libpff only read pst files,
no write.  Sorry for the noise.

[toc] | [prev] | [standalone]


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


csiph-web