So, it turns out the problem I was having with INBOX was that imapsync was that imapsync was crashing before getting to the INBOX. I ran imapsync just on the INBOX folder and it copied over fine. So, my new prblem is imapsyn crashing. researching the issue and will keep you posted. For the curios, I see a bunch of errors before imapsync crashes as follows:
+ NO msg #73 [IcMKqUSlCOQLsp89RLmk2A] in Vendors/Web Buyer's Guide
+ Copying msg #73:14220 to folder Vendors/Web Buyer's Guide
flags from : [()]["17-Jan-2008 14:20:17 -0600"]
Use of uninitialized value in split at /usr/bin/imapsync line 2397.
Use of uninitialized value in concatenation (.) or string at /usr/bin/imapsync line 1514.
Couldn't append msg #73 (Subject:[]) to folder Vendors/Web Buyer's Guide: Error trying to append: 4052 NO APPEND failed
// FYI: All my notes here are in reverse order, not sure how this will show up in the forum....
Actually, looks like --regextrans2 might be the switch I'm looking for to apply the regex on INBOX to the destination folder Inbox -- e.g. I'll try --regextrans2 's/^INBOX(.*)/Inbox$1/' and --regextrans2 's/^INBOX\.(.+)/$1/'... I'll let know how it goes...
In regard to the source INBOX, I'm thinking it might be a case issue, since the destination is Inbox... Looking for any imapsync's rewrite/replace funtionality. Is this a job for --regexmess --regexmess2?
Nevermind about the folders -- got that wokred out with the proper escaping and quoting (--sep1 '\') with imapsync command. But, still struggling with the Lotus Notes INBOX -- it's not copying over... Will keep you posted. Please let me know if you have any ideas..
imapsync 1.267
Lotus Notes 7
Zimbra 5.0.10
Migrating from Lotus Notes to Zimbra...
Problem:
Nothing from INBOX gets copied over and folders flatten out, losing hierarchy structure. For example, sub folders are copied over to a top level folder as "folderName / subFolderName"... Tried using --sep1 / as suggesed in the Zimbra forum with the same, "flat" result.
Any help is greatly appreciated.