Hi Benjamin,
[...] I know the users also have large OUT LOOK pst files 4.5GIGs and wondering if I could also intergrate that into IMAP? It can be done, but it is a nightmare. For post-2003(?) Outlook .PST's, the only sensible, non-commercial path I could find was through Thunderbird's import. Uploading directly to the server (Even if you ran a local server!) was horrendously, painstakingly slow, and rendered the Outlook user's computer unusable for that time.
It is possible to connect outlook directly to an imap server (if it was previously connected to an exchange, you first have to switch it pop/imap mode. I don't remember where you select that). Then you can create a imap connection in addition to the local folders and drag'n drop the mail folders to the new imap connexion. The major issue with this process is when you have a very large amount of folder...
Cheers,
Denis
(If you're feeling lucky, Google libpst. Maybe your Outlook is old enough that it supports the format.)
Via Thunderbird:
Open all the .PST's you want to convert in Outlook, and, if possible, make sure those were the only .PST's open.
Be sure to 'compact'/'compress' each one, to get rid of deleted messages (excluding those in 'Deleted Items'. Uggh.).
Make sure Outlook is completely closed, and not accessing any .PST's.
Open Thunderbird.
Import mail from Outlook.
This gets you mbox files with the same hierarchy that you had in Outlook. I then wrote some Perl scripts to deal with these. In my case, I was combining several users' folders into a single shared hierarchy. Maybe you can run some mbox2maildir program and be done with it.
Caveats:
If possible, change the location of Thunderbird's profile directory to a short path name. (e.g. C:\convert) The default path to local folders: C:\Documents and Settings\%USER%\Application Data\Thunderbird\Profiles\(random string)\Mail\Local Folders means that approximately 100 of your 255-character limit for filenames are chewed up.
Thunderbird will mangle folder names that contain 'odd' characters. I never figured out what characters caused trouble, but the following were definitely OK: [A-Za-z0-9. ] (I found the odd foldernames running: find (dirname) -type d | perl -lnwe 'print if /[\da-f]{8}/' They always ended in a string of hexadecimal digits.)
Thunderbird doesn't seem to like non-Latin-1 headers. (I didn't find this out until someone noticed it a while after the conversion.) This means QP-encoded headers. (In my case, ISO-2022-JP.)
Best of luck. I don't envy your task. :-)
-- Ben
-- Denis Cardon Tranquil IT Systems 44 bvd des pas enchantés 44230 Saint Sébastien sur Loire tel : +33 (0) 2.40.97.62.67 http://www.tranquil-it-systems.fr