This method create a new POP3client object but this will not open connection.
A class of mail which exists on POP server.
This method fetches one mail and return it.
This method fetches only mail header.
This method deletes mail. You can undo this by 'undel'. This method doesn't delete
mail on server, but mark himself as 'I am deleted'. When logging out,
all 'marked mail' are deleted realy.
'delete!' realy delete mail on the time.
This method deletes mail. This is not able to undel.
This method deletes his 'deleted mark'. If he has not marked, raises INETprotocol::ProtoCommandError exception. 'undel!' don't raises this error.
This method is equal to 'undel' except this doesn't raise exception.
size of mail(bytes)
If it have been marked as 'deleted', this return true.
If mail was deleted realy, this return true.
This class has no new methods. Only way of authetication is changed.
Copyright (c) 1998-2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp>