EasyblogMailboxLibrary
extends JObject
in package
Table of Contents
Properties
- $anonymous : mixed
- $check_interval : mixed
- $debug : mixed
- $enabled : mixed
- $info : mixed
- $mailbox_name : mixed
- $norch : mixed
- $port : mixed
- $readonly : mixed
- $secure : mixed
- $server : mixed
- $service : mixed
- $stream : mixed
- $subject_prefix : mixed
- $tls : mixed
- $validate_cert : mixed
- $config : mixed
- $flags : mixed
- $initiated : mixed
- $mailbox_params : mixed
- $password : mixed
- $username : mixed
Methods
- clearMessageFlag() : mixed
- Clears flags on messages
- connect() : mixed
- Open an IMAP stream to a mailbox.
- createMailbox() : mixed
- Create a new mailbox
- deleteMailbox() : mixed
- Mark a message for deletion from current mailbox
- deleteMessage() : mixed
- Mark a message for deletion from current mailbox
- disconnect() : mixed
- getCount() : mixed
- getErrors() : mixed
- getInfo() : mixed
- Get information about the current mailbox
- getMessageCount() : mixed
- Get the number of messages in the current mailbox
- getMessageInfo() : mixed
- getStream() : mixed
- init() : mixed
- Initialize method
- moveMessage() : mixed
- Move specified messages to a mailbox
- searchMessages() : mixed
- sendMessage() : mixed
- Send an email message
- setMessageFlag() : mixed
- Causes a store to add the specified flag to the flags set for the messages in the specified sequence.
- subscribe() : mixed
- Subscribe to a mailbox
- testConnect() : mixed
- Test the connection to remote server
- unsubscribe() : mixed
- Unsubscribe from a mailbox
Properties
$anonymous
public
mixed
$anonymous
= \false
$check_interval
public
mixed
$check_interval
= ''
$debug
public
mixed
$debug
= \false
$enabled
public
mixed
$enabled
= \false
$info
public
mixed
$info
= \null
$mailbox_name
public
mixed
$mailbox_name
= ''
$norch
public
mixed
$norch
= \false
$port
public
mixed
$port
= 0
$readonly
public
mixed
$readonly
= \false
$secure
public
mixed
$secure
= \false
$server
public
mixed
$server
= ''
$service
public
mixed
$service
= ''
$stream
public
mixed
$stream
= \null
$subject_prefix
public
mixed
$subject_prefix
= ''
$tls
public
mixed
$tls
= \false
$validate_cert
public
mixed
$validate_cert
= \false
$config
private
mixed
$config
= array()
$flags
private
mixed
$flags
= ''
$initiated
private
mixed
$initiated
= \false
$mailbox_params
private
mixed
$mailbox_params
= ''
$password
private
mixed
$password
= ''
$username
private
mixed
$username
= ''
Methods
clearMessageFlag()
Clears flags on messages
public
clearMessageFlag(mixed $sequence, mixed $flag[, mixed $options = 0 ]) : mixed
Parameters
- $sequence : mixed
- $flag : mixed
- $options : mixed = 0
Tags
connect()
Open an IMAP stream to a mailbox.
public
connect() : mixed
Tags
createMailbox()
Create a new mailbox
public
createMailbox(mixed $mailbox) : mixed
Parameters
- $mailbox : mixed
Tags
deleteMailbox()
Mark a message for deletion from current mailbox
public
deleteMailbox(mixed $mailbox) : mixed
Parameters
- $mailbox : mixed
Tags
deleteMessage()
Mark a message for deletion from current mailbox
public
deleteMessage(mixed $sequence[, mixed $options = 0 ]) : mixed
Parameters
- $sequence : mixed
- $options : mixed = 0
Tags
disconnect()
public
disconnect() : mixed
getCount()
public
getCount(mixed $label) : mixed
Parameters
- $label : mixed
getErrors()
public
getErrors() : mixed
getInfo()
Get information about the current mailbox
public
getInfo() : mixed
Tags
getMessageCount()
Get the number of messages in the current mailbox
public
getMessageCount() : mixed
Tags
getMessageInfo()
public
getMessageInfo(mixed $sequence) : mixed
Parameters
- $sequence : mixed
getStream()
public
getStream() : mixed
init()
Initialize method
public
init() : mixed
Tags
moveMessage()
Move specified messages to a mailbox
public
moveMessage(mixed $msglist, mixed $mailbox) : mixed
Parameters
- $msglist : mixed
- $mailbox : mixed
Tags
searchMessages()
public
searchMessages(mixed $criteria) : mixed
Parameters
- $criteria : mixed
sendMessage()
Send an email message
public
sendMessage(mixed $to, mixed $subject, mixed $message) : mixed
Parameters
- $to : mixed
- $subject : mixed
- $message : mixed
Tags
setMessageFlag()
Causes a store to add the specified flag to the flags set for the messages in the specified sequence.
public
setMessageFlag(mixed $sequence, mixed $flag) : mixed
Parameters
- $sequence : mixed
- $flag : mixed
Tags
subscribe()
Subscribe to a mailbox
public
subscribe(mixed $mailbox) : mixed
Parameters
- $mailbox : mixed
Tags
testConnect()
Test the connection to remote server
public
static testConnect(mixed $server, mixed $port, mixed $service, mixed $ssl, mixed $mailbox, mixed $user, mixed $pass) : mixed
Parameters
- $server : mixed
- $port : mixed
- $service : mixed
- $ssl : mixed
- $mailbox : mixed
- $user : mixed
- $pass : mixed
Tags
unsubscribe()
Unsubscribe from a mailbox
public
unsubscribe(mixed $mailbox) : mixed
Parameters
- $mailbox : mixed