Hi,
For suppressing this message, You just have to add a line of the type :
undef $imap_obj ;
just before de call to exit(). You must replace "imap_obj" by the variable
name use in the script for the object Cyrus::IMAP.
Best regards.
On Fri, 27 Jun 2003, Deks wrote:
> Thanks Wil. I r
On Fri, 2003-06-27 at 10:33, Deks wrote:
> Thanks Wil. I ran the script and it works for me, although at the end
> it generated these errors:
>
> Use of uninitialized value in subroutine entry at
> /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/Cyrus/IMAP/Admin.pm
> line 106 during global dest
Thanks Wil. I ran the script and it works for me, although at the end it generated these errors:
Use of uninitialized value in subroutine entry at /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/Cyrus/IMAP/Admin.pm line 106 during global destruction. (in cleanup) client is not of type Cy
;Date: Fri, 27 Jun 2003 14:04:39 +0200
>To: Deks <[EMAIL PROTECTED]>
>From: Laurent LAVAUD <[EMAIL PROTECTED]>
>Subject: Re: mailbox conversion
>Cc: [EMAIL PROTECTED]
>In-Reply-To: <[EMAIL PROTECTED]>
>Mime-Version: 1.0
>Content-Type: multipart/mixed;
>
A 17:50 26/06/2003 -0700, vous avez écrit :
I know this has been asked many times but pardon me for asking it again.
I've been searching the web for a script that creates multiple mailboxes
and converting berkeley mailboxes to cyrus. I've read oreilly's book but
the script is for the older versi
On Thu, 2003-06-26 at 17:50, Deks wrote:
> I know this has been asked many times but pardon me for asking it
> again. I've been searching the web for a script that creates multiple
> mailboxes and converting berkeley mailboxes to cyrus. I've read
> oreilly's book but the script is for the older ver