On Wed Nov 07 01:57:40 2007, d@0x64.nl wrote:
Show quoted text> On Tue Nov 6 20:28:03 2007, Ricardo Signes via RT wrote:
folder
Show quoted text> > identifier, which should dispatch to the correct Email::Folder
subclass.
Show quoted text> >
> > Did you try code analagous to the synopsis and find it broken, or
are
Show quoted text> > you just guessing? Please reply to this if there is an actual,
> > reproduceable bug.
>
> i have actually used this for some time, and only just used the code
> from the synopsis in a version i installed no a friends' machine.
that
Show quoted text> code, copied directly produced the error:
> pop://user:pass@example.com:110/ does not exist at \\
> /usr/local.../Folder.pm.
>
> when i substitute Email::Folder::POP3 in the use statement
> and the my $folder = Email::Folder->new it works as advertised.
>
> daniel
> >
> > --
> > rjbs
>
resolved note: Email::FolderType::Net responds with Maildir as type
using the sample from Synopsis. Eliminating the trailing slash from
the port number fixes this.