[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [2]IMAP - Where is the Mail Folders root directory configured
- Subject: Re: [cobalt-users] [2]IMAP - Where is the Mail Folders root directory configured
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Thu Jun 22 06:27:17 2000
Ben Wrigley <ben@xxxxxxxxxxxxxx> wrote:
> Right, so we've established that it's the client that sets the path to the mail
> folders.
>
> Ok, so what if the client is a Perl script using any of the following:
>
> Mail::IMAPClient
> Net::IMAP::Simple
> use Net::IMAP
This is a Perl issue. I don't think it's Cobalt-specific. Have you tried the Perl
Mongers site (http://www.pm.org/groups.shtml)? You can find websites, mailing lists
and discussion boards of Perl programmer groups for geographic regions throughout the
world. I'm *sure* someone there can help. FYI, I did a quick search on google.com
using the terms 'perl imap' (without the single quotes), clicked on the second list
item, read the post, read the reply, went back to google, searched on 'Net::IMAP',
clicked on the first list item and looked at the synopsis for the module. I'll save
you the trouble - go directly to
http://www.metronet.com/perlinfo/authors/id/J/JP/JPAF/Net-IMAP-Simple-0.92.html. The
following code lines may help you figure out what to do.
# select the desired folder
$number_of_messages = $server->select( 'somefolder' );
# the list of all folders
@folders = $server->mailboxes();
> Once again I'm sorry to keep on. But once i've fixed it, you'll never hear from
> me again. Promise :)
Before you disappear, I hope you'll post the solution here. Good luck.
Steven Werby {steven-lists@xxxxxxxxxxxx}