Barbara Greenwood wrote:
>
> Hi,
>
> I'm working on a utility to move a user's mailbox to a different Cyrus
> server. The final step is to delete the mailbox from the old location.....
> but it just won't do it! I get the folder that represents the user's INBOX,
> then call delete(true) on it, i.e. it should delete recursively. But the
> method just returns false, with no indication as to why it fails.
>
> So, I don't know if it's the JavaMail (1.1.3) that's the problem, or
> Cyrus.... I'm calling the delete on a 1.5.19 mailbox. I've tried it both as
> the admin user, and as the user whose mailbox I'm trying to zap.
Get a trace of what commands JavaMail is doing either via tcpdump
or swicthing on trace in cyrus ( see manual ( create file of
the name of the user to trace in a directory)).
--
Simon