PEAR-Handbuch
Zurück
Kapitel 49. Networking
Nach vorne
Net_POP3
Inhaltsverzeichnis
Einführung
-- Einführung in 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
Das Package erlaubt den Zugriff auf POP3-Server.
Zurück
Zum Anfang
Nach vorne
Net_Ping::setArgs()
Nach oben
Einführung