Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Folder-POP3 CPAN distribution.

Report information
The Basics
Id: 30531
Status: resolved
Priority: 0/
Queue: Email-Folder-POP3

People
Owner: Nobody in particular
Requestors: d [...] 0x64.nl
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.012
Fixed in: (no value)



Subject: synopsis incorrect
the examples in Synopsis lack ::POP3. i've attached a diff to add this to both Email::Folder entries.
Subject: pop.diff
57c57 < use Email::Folder; --- > use Email::Folder::POP3; 60c60 < my $folder = Email::Folder->new('pop://user:pass@example.com:110/'); --- > my $folder = Email::Folder::POP3->new('pop://user:pass@example.com:110/');
::POP3 is not required. Email::FolderType is used to examine the folder identifier, which should dispatch to the correct Email::Folder subclass. Did you try code analagous to the synopsis and find it broken, or are you just guessing? Please reply to this if there is an actual, reproduceable bug. -- rjbs
Subject: Re: [rt.cpan.org #30531] synopsis incorrect
Date: Wed, 7 Nov 2007 07:57:07 +0100
To: Ricardo Signes via RT <bug-Email-Folder-POP3 [...] rt.cpan.org>
From: daniel bosold <d [...] 0x64.nl>
On Tue Nov 6 20:28:03 2007, Ricardo Signes via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=30531 > > > ::POP3 is not required. Email::FolderType is used to examine the folder > identifier, which should dispatch to the correct Email::Folder subclass. > > Did you try code analagous to the synopsis and find it broken, or are > 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 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 Show quoted text
> > -- > rjbs
-- ========================== while(1){ .... } daniƫl <d0x64.nl> http://0x64.nl jabber: d@unstable.nl
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

From: devogon [...] gmail.com
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:
> > > > <URL: http://rt.cpan.org/Ticket/Display.html?id=30531 > > > > > ::POP3 is not required. Email::FolderType is used to examine the
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.
fixed in 1.013 -- rjbs