delete ( message# -- )
POP3 client library

Prev:uidl ( message# -- uidl )
Next:close ( -- )


Vocabulary
pop3

Inputs
message#a fixnum


Outputs
None

Word description
This marks message number message# for deletion from the server. This is the way to get rid of a problem causing message. It is not actually deleted until the close word is issued. If you lose the connection to the mail server before calling the close word, the server should not delete any messages. Example: 3 delete

Definition