Приглашаем посетить
Чарская (charskaya.lit-info.ru)

Reference: new

PreviousChapter 14
Email Connectivity
Next
 

new

 $pop = new Mail::POP3Client("user", "pwd"[, "host"[, port[, debug]]])

Constructor. Creates a new POP3 connection. The arguments are:

user

The username.

pwd

The password.

host

Optional. The POP3 host; defaults to pop.

port

Optional. The POP3 port number; defaults to 110.

debug

Enables debugging (to STDERR) on the object if set to a positive integer. Defaults to 0.


PreviousHomeNext
14.2 The Mail ModulesBook IndexReference: Alive