RE: Problem with Cyrus::IMAP::Admin

2001-05-09 Thread Stefano Coatti
Fantastic. Now it works fine. Very very thanks Best regards Stefano -Original Message- From: Francesc Guasch [mailto:[EMAIL PROTECTED]] Sent: mercoledì 9 maggio 2001 13.52 To: Stefano Coatti Cc: 'Cyrus List (E-mail)' Subject: Re: Problem with Cyrus::IMAP::Admin Stef

Re: Problem with Cyrus::IMAP::Admin

2001-05-09 Thread Francesc Guasch
Stefano Coatti wrote: > > I tried to write my personal script to make batch command in > creating/listing/deleting user & mailboxes. I login like this: my $plen = length($pass); warn ("$user $pass\n"); $imap->send(undef,undef,"LOGIN $user {$plen}\r\n$pass")