PEAR マニュアル
前のページ
第 47 章 ネットワーク処理
次のページ
Net_POP3
目次
Net_POP3
の導入
--
Net_POP3::Net_POP3()
-- Constructor
Net_POP3::connect()
-- Connection to POP3 server
Net_POP3::deleteMsg()
-- Marks a message for deletion
Net_POP3::disconnect()
-- Disconnection to POP3 server
Net_POP3::getBody()
-- Returns the body of the message
Net_POP3::getListing()
-- Listing message in maildrop
Net_POP3::getMsg()
-- Returns the entire message
Net_POP3::getParsedHeaders()
-- Returns the parsed headers of the specified message
Net_POP3::getRawHeaders()
-- Returns the raw headers of the specified message
Net_POP3::getSize()
-- Returns the size of the maildrop
Net_POP3::login()
-- Performs the login procedure
Net_POP3::numMsg()
-- number of messages in this maildrop
POP3クラスはPOP3サーバーへのアクセスを提供します。
前のページ
ホーム
次のページ
Net_Ping::setArgs()
上に戻る
Net_POP3
の導入