On Mon, 11 Dec 2000 12:41:04 +0900
Kevin Smith <kevins14 / pacbell.net> wrote:

> 
> My weekend project was to write a little ruby program that pulls mail from my POP3 server. Works great...except I can't delete the messages from the server. Here's my inner code loop:
> 

I think this is pop.rb 's bug.

When POP3 server receive a "DELE" command, it will only mark
the message 'deleted'.
Messages marked 'deleted' will be actually deleted when POP3 server get
'QUIT' command.

It seems that pop.rb never send 'QUIT' message to POP3 server.

--
ymsd / m-net.ne.jp