\POP3

PHP POP-Before-SMTP Authentication Class

Version 5.2.6

Synopsis

class POP3 {
}

Members

private

  • $connected — boolean
  • $error — array
  • $pop_conn — resource

public

  • $CRLF — string
    POP3 Carriage Return + Line Feed
  • $POP3_PORT — int
    Default POP3 port
  • $POP3_TIMEOUT — int
    Default Timeout
  • $Version — string
    Sets the POP3 PHPMailer Version number
  • $do_debug — int
    Displaying Debug warnings? (0 = now, 1+ = yes)
  • $host — string
    POP3 Mail Server
  • $password — string
    POP3 Password
  • $port — int
    POP3 Port
  • $tval — int
    POP3 Timeout Value
  • $username — string
    POP3 Username

Methods

private

public

  • __construct() — Constructor, sets the initial values
  • Authorise() — Combination of public events - connect, login, disconnect
  • Connect() — Connect to the POP3 server
  • Disconnect() — Disconnect from the POP3 server
  • Login() — Login to the POP3 server (does not support APOP yet)