[REBOL] pop question Re:(3)

2000-09-29 Thread kevin
Greg's original question: > > If you know, does the server somehow flag an individual message as to > > whether the client has been informed of its presence in the mailbox; and not > > allow its deletion until it (the server) is sure the client knows about it? No. The POP3 server keeps track of

[REBOL] pop question Re:(4)

2000-09-28 Thread gregco
MAIL PROTECTED]> Sent: Thursday, September 28, 2000 6:49 PM Subject: [REBOL] pop question Re:(3) > > No problem. > > If I understand you last question correctly, it means something like > this: > How doe the server insure that the client only deals with the > currently d

[REBOL] pop question Re:(3)

2000-09-28 Thread sterling
ows about it? > > [That's one hellacious sentence!] (;-)> > > Greg > > - Original Message ----- > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 28, 2000 4:49 PM > Subject: [REBOL] pop question Re: > >

[REBOL] pop question Re:(2)

2000-09-28 Thread gregco
t (the server) is sure the client knows about it? [That's one hellacious sentence!] (;-)> Greg - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 28, 2000 4:49 PM Subject: [REBOL] pop question Re: > > Actually, neith

[REBOL] pop question Re:

2000-09-28 Thread sterling
Actually, neither will happen they way you have specified it. This is because you have called REMOVE which will only remove the first element (use CLEAR). But to answer the real question: bag: open pop://user:[EMAIL PROTECTED] length? bag == 5 and DO NOT close it while my program runs for, s