Re: Mail::IMAPClient issue

2003-10-06 Thread Sisyphus
Medlen, Jiri wrote: $imap->select($folder) or die "Could not select: [EMAIL PROTECTED]"; # connect to the folder 'INBOX/Parent/child' # get a count of the messages that are present at the time the script is run my $msgcount = $imap->message_count($folder); From the documentation re 'message_cou

Mail::IMAPClient issue

2003-10-06 Thread Medlen, Jiri
Hello, I'm using very simple script with MS Exchange server "Inbox" is on the same level "test". a) When I point to my Inbox I see correct number of messages in $msgcount However I do not see Subject my $subject = $imap->subject($i); b) When I use a rule to move message from Inbox to box test