Ok, here's what it looks like happened. The folder in question was named TCNi.folder. Notice the period in the folder name. In the new server, you can't have a period in the name since that's the folder seperator (think / in a directory context). What the sync script tried to do, though, was invert the separators. That is, the old server used / and the new one uses . so replace all .'s with /'s. Unfortunately, you can't use / in a folder name either, so it failed. :-( Fortunately, I figured out how to transform them into dashes and will be checking for mailboxes on moya that had periods in them and resyncing. Sorry for the mess up and thanks for bearing with us.
Tanner On 5/11/05, Wing D Lizard <[EMAIL PROTECTED]> wrote: > I am missing a folder. I had a folder named something like TCNI-2004 > and TCNI-folder > that only contained other folders. So with the new structure it would look > like this: > > INBOX > | > | TCNI > | > + TCNI-folder > | > + lastyear > | > + lastmonth > > This is not exact, but it was a folder containing other folders with email > messages ( the old imap server did not allow messages & and folders within > a folder -- only one or the other). > > How/Where can I access these files? > > Thanks, brett > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 5/10/2005 > > -- Tanner Lovelace clubjuggler at gmail dot com http://wtl.wayfarer.org/ http://www.freeiPods.com/?r=8127171 (fieldless) In fess two roundels in pale, a billet fesswise and an increscent, all sable. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
