[REBOL] Re: POP-3 command TOP not supported, what to do?

2001-02-06 Thread Deryk Robosson
GS Jones wrote: > > Hi, Martin, > > Here was my quick hack that version that I brewed up yesterday, but I > hesitated to send it after seeing Kevin's resubmission of Jeff's more > definitive solution. Today, I'm thinking what the heck, it works, I'll send > it anyway. > > i-buf: make string! 1

[REBOL] Re: POP-3 command TOP not supported, what to do?

2001-02-06 Thread GS Jones
Hi, Martin, Here was my quick hack that version that I brewed up yesterday, but I hesitated to send it after seeing Kevin's resubmission of Jeff's more definitive solution. Today, I'm thinking what the heck, it works, I'll send it anyway. i-buf: make string! 1002 pop-port: open pop://USER:[EMAI

[REBOL] Re: POP-3 command TOP not supported, what to do?

2001-02-05 Thread Kevin McKinnon
On Sun, 4 Feb 2001, Martin Rommel wrote: > Hello list, > the implementation of the POP-3 protocol in Rebol seems not to support the > command TOP which is used to retrieve only the header of an email from the > server (and possibly a specified number of lines of the message, see RFC > 1939). >