Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Received date...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Received date...
Authored by: kolakowski on May 09, '02 11:25:27AM
This is not a "new" capability to Entourage X see this MacTopia Hint I used to use GNU-Emacs Rmail all the time (which BTW works in OSX) and that has no problem importing entourage MBOX files with the correct dates. The date problem is a bug in Entourage (a feature maybe?). I don't know of a way to keep the date exactly, but you can use a script called ArchivetoSubfolders1.2 from Steve Riggins at Geeks R Us. This script seems not to be in the list at AppleScriptCentral and says nothing about being functional in OS X. If you really needed more granularity, you could alter the script to make sub-folders by the month. The other tool need is a script that would run as a cron job to rebuild to Entourage database. Here is my process -
  1. Take large folder run ArchivetoSubfolders with 6 month intervals
  2. Export folders older than 2 years out to mbox files
  3. Compress mbox files using gzip (must us tar zcvf name.tgz mbox_file as mbox sometimes has attachments in folder)
  4. Delete archived subfolders
  5. Rebuild database


[ Reply to This | # ]