Открытые члены | |
__construct ($host, $port, $tls, $strict, $login, $password, $encoding=null) | |
__destruct () | |
getState () | |
connect (&$error) | |
authenticate (&$error) | |
select ($mailbox, &$error) | |
examine ($mailbox, &$error) | |
singin (&$error) | |
fetch ($uid, $mailbox, $range, $select, &$error, $outputFormat='smart') | |
getUIDsForSpecificDay ($dirPath, $internalDate) | |
getUnseen ($dirPath, &$error, $startInternalDate=null) | |
getNew ($mailbox, $uidMin, $uidMax, &$error) | |
getUidRange ($mailbox, &$error) | |
listex ($reference, $pattern, &$error) | |
listMailboxes ($pattern, &$error, $flat=false) | |
listMessages ($mailbox, &$uidtoken, &$error) | |
addMessage ($mailbox, $data, &$error) | |
searchByHeader ($uid, $mailbox, array $header, &$error) | |
append ($mailbox, array $flags, \DateTime $internaldate, $data, &$error) | |
moveMails ($ids, $folderFrom, $folderTo) | |
move ($ids, $folderFrom, $folderTo) | |
copyMailToFolder ($ids, $mailboxName, $folder) | |
unseen ($ids, $folder) | |
seen ($ids, $folder) | |
delete ($id, $mailboxName) | |
updateMessageFlags ($mailbox, $id, $flags, &$error) | |
getMessage ($mailbox, $id, $section, &$error) | |
isExistsDir ($mailbox, &$error) | |
ensureEmpty ($mailbox, &$error) | |
getErrors () | |
Открытые статические члены | |
static | decodeError ($code) |
Открытые атрибуты | |
const | LOG_LEVEL_WRITE = 1 |
const | LOG_LEVEL_READ = 2 |
const | ERR_CONNECT = 101 |
const | ERR_REJECTED = 102 |
const | ERR_COMMUNICATE = 103 |
const | ERR_EMPTY_RESPONSE = 104 |
const | ERR_BAD_SERVER = 105 |
const | ERR_STARTTLS = 201 |
const | ERR_COMMAND_REJECTED = 202 |
const | ERR_CAPABILITY = 203 |
const | ERR_AUTH = 204 |
const | ERR_AUTH_MECH = 205 |
const | ERR_AUTH_OAUTH = 206 |
const | ERR_LIST = 207 |
const | ERR_SELECT = 208 |
const | ERR_SEARCH = 209 |
const | ERR_FETCH = 210 |
const | ERR_APPEND = 211 |
const | ERR_STORE = 212 |
Защищенные члены | |
disconnect () | |
reset () | |
starttls (&$error) | |
capability (&$error) | |
getUntagged ($regex, $unset=false) | |
getTag ($next=false) | |
executeCommand ($command, &$error) | |
exchange ($data, &$error) | |
sendData ($data) | |
readBytes ($bytes) | |
readLine () | |
readResponse () | |
encodeUtf7Imap ($data) | |
decodeUtf7Imap ($data) | |
errorMessage ($errors, $details=null) | |
writeToLog ($data) | |
Защищенные статические члены | |
static | prepareString ($data) |
static | escapeQuoted ($data) |
static | unescapeQuoted ($data) |
Защищенные данные | |
$stream | |
$errors | |
$sessState | |
$sessCapability | |
$sessCounter | |
$sessUntagged | |
$sessMailbox | |
$logLevel = 0 | |
$logPath | |
$options = array() | |
Статические защищенные данные | |
static | $atomRegex = '[^\x00-\x20\x22\x25\x28-\x2a\x5c\x5d\x7b\x7f-\xff]+' |
static | $qcharRegex = '[^\x00\x0a\x0d\x22\x5c\x80-\xff]|\x5c[\x5c\x22]' |
static | $qcharExtRegex = '[^\x00\x0a\x0d\x22\x5c]|\x5c[\x5c\x22]' |
static | $astringRegex = '[^\x00-\x20\x22\x25\x28-\x2a\x5c\x7b\x7f-\xff]+' |
__construct | ( | $host, | |
$port, | |||
$tls, | |||
$strict, | |||
$login, | |||
$password, | |||
$encoding = null ) |
addMessage | ( | $mailbox, | |
$data, | |||
& | $error ) |
append | ( | $mailbox, | |
array | $flags, | ||
\DateTime | $internaldate, | ||
$data, | |||
& | $error ) |
|
static |
delete | ( | $id, | |
$mailboxName ) |
fetch | ( | $uid, | |
$mailbox, | |||
$range, | |||
$select, | |||
& | $error, | ||
$outputFormat = 'smart' ) |
getMessage | ( | $mailbox, | |
$id, | |||
$section, | |||
& | $error ) |
getUnseen | ( | $dirPath, | |
& | $error, | ||
$startInternalDate = null ) |
listMailboxes | ( | $pattern, | |
& | $error, | ||
$flat = false ) |
searchByHeader | ( | $uid, | |
$mailbox, | |||
array | $header, | ||
& | $error ) |
singin | ( | & | $error | ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |