Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: getting list of all POP3 messages

by KZ (Initiate)
on Jan 26, 2004 at 09:16 UTC ( [id://324101]=note: print w/replies, xml ) Need Help??


in reply to Re: getting list of all POP3 messages
in thread getting list of all POP3 messages

i dont think this is the problem because $pop->message is used to get a particular message and $pop->messages returns a list of all the messages,and it does, but only for a limited no. of messages, after which it returns only the last few messages of the mailbox, as if some sort of paging has been implemented and it gets the messages of only the last page.

Replies are listed 'Best First'.
Re: Re: Re: getting list of all POP3 messages
by markov (Scribe) on Jan 26, 2004 at 09:47 UTC

    There certainly is no difference between the message's on MailBox's side. All messages are treated equal (and none is more equal than the other)

    You may add some print statements to Mail::Transport::POP3 sub send() to trace the communication.

    Or try a different POP3 client (mozilla?) to list the messages: do other POP3 implementations show the correct result? This to see on which side (client or server) the bug is.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://324101]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (11)
As of 2024-04-23 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found