Skip Menu |

This queue is for tickets about the Mail-IMAPClient CPAN distribution.

Report information
The Basics
Id: 17056
Status: resolved
Priority: 0/
Queue: Mail-IMAPClient

People
Owner: Nobody in particular
Requestors: t.d.lee [...] durham.ac.uk
Cc:
AdminCc:

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



Subject: perl Mail::IMAPClient
Date: Fri, 13 Jan 2006 17:36:30 +0000 (GMT)
To: bug-Mail-IMAPClient [...] rt.cpan.org
From: David Lee <t.d.lee [...] durham.ac.uk>
Just a couple of quick "orientation" questions from a newbie to your Mail::IMAPClient module (2.2.9, on Linux with Perl 5.8.0): 1. The Washington IMAP software (written by Mark Crispin who also wrote the RFC) allows "rsh" authentication(*) without a password. Does yours? If so, how? If not, could you consider it allowing it, please? 2. If the INBOX (or, I preume, selected folder) is logically empty(+), the command: my $hashref = $imap->fetch_hash("RFC822.SIZE"); gives an error: Use of uninitialized value in string at /usr/lib/perl5/5.8.0/overload.pm line 94. Any thoughts? Any tests you'd like me to do, or patches to apply? (*) rsh: Imagine UNIX clients and a server which are mutually trusted such that general "rsh" access is acceptable. Then the client-end command: rsh <server> /etc/rimapd establishes an IMAP connection which is pre-authenticated, not needing a password. (+) In Washington IMAP, an empty folder the file may still exist and may well contain an internal placeholder message (for UID, I believe), but there are zero 'real' (user-level) messages. -- : David Lee I.T. Service : : Senior Systems Programmer Computer Centre : : Durham University : : http://www.dur.ac.uk/t.d.lee/ South Road : : Durham DH1 3LE : : Phone: +44 191 334 2752 U.K. :
On Fri Jan 13 12:37:28 2006, t.d.lee@durham.ac.uk wrote: Show quoted text
> Just a couple of quick "orientation" questions from a newbie to your > Mail::IMAPClient module (2.2.9, on Linux with Perl 5.8.0):
The developer disappeared. I try to take over. Show quoted text
> 1. The Washington IMAP software (written by Mark Crispin who also wrote > the RFC) allows "rsh" authentication(*) without a password. Does yours? > If so, how? If not, could you consider it allowing it, please?
Yes, on allowing. If someone provides a patch (i will maintain, not develop) Has this something to do with PREAUTH? Show quoted text
> 2. If the INBOX (or, I preume, selected folder) is logically empty(+), > the command: > my $hashref = $imap->fetch_hash("RFC822.SIZE"); > gives an error: > Use of uninitialized value in string at > /usr/lib/perl5/5.8.0/overload.pm > line 94. > > Any thoughts? Any tests you'd like me to do, or patches to apply?
I think this is too old to hunt down, now.
no response, closed ticket