On Mon, Dec 4, 2006, Daniel Kasak <[EMAIL PROTECTED]> said: > Hi all. > > I've been using imapsync to move our mail into dbmail, and I've got > problems with one folder that someone set up with a quote in its name ( > we get a number of errors - problems getting ACLs, problems listing > messages in the folder ).
It should work... I went through that code a few times a few months back and this is the first issue we've heard about it in a while. Please report back DBMail versions, IMAP errors, DBMail log files at trace level 5, etc. > Can I just delete the folder's record from dbmail_mailboxes? Or change > the value of dbmail_mailboxes.name? I've only had a very brief look at > the table structure at the moment. If you delete the record in dbmail_mailboxes, the messages will be unlinked and will be flushed out by dbmail-util. If you simply change dbmail_mailboxes.name, then the new name will appear everywhere (subscriptions, etc) *except* mailboxes below it will not be renamed because we don't calculate the mailbox tree, we simply store full paths. Aaron
