Mail_Mbox
[ class tree: Mail_Mbox ] [ index: Mail_Mbox ] [ all elements ]

Element index for package Mail_Mbox

[ a ] [ c ] [ d ] [ g ] [ h ] [ i ] [ l ] [ m ] [ o ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

$_index
in file Mbox.php, variable Mail_Mbox::$_index
    Message index. Each mail has its own subarray, which contains the start position and end position as first and second subindex.
$_lastModified
in file Mbox.php, variable Mail_Mbox::$_lastModified
    Timestamp at which the file has been modified last.
$_resource
in file Mbox.php, variable Mail_Mbox::$_resource
    File resource / handle
_create
in file Mbox.php, method Mail_Mbox::_create()
    Creates the file
_escapeMessage
in file Mbox.php, method Mail_Mbox::_escapeMessage()
    Quotes "From " lines in the midst of the message.
_move
in file Mbox.php, method Mail_Mbox::_move()
    Move a file to another.
_process
in file Mbox.php, method Mail_Mbox::_process()
    Process the Mbox
_reopen
in file Mbox.php, method Mail_Mbox::_reopen()
    Re-opens the file and parses the messages again.
_unescapeMessage
in file Mbox.php, method Mail_Mbox::_unescapeMessage()
    Removes quoted "From " lines from the message
top

a

$autoReopen
in file Mbox.php, variable Mail_Mbox::$autoReopen
    Determines if the file is automatically re-opened and its structure is parsed after modifying it. Setting this to false makes you responsible for calling open() by hand, but is *a lot* faster when appending many messages.
append
in file Mbox.php, method Mail_Mbox::append()
    Appends a message at the end of the file.
top

c

close
in file Mbox.php, method Mail_Mbox::close()
    Close a Mbox
top

d

$debug
in file Mbox.php, variable Mail_Mbox::$debug
    Debug mode
top

g

get
in file Mbox.php, method Mail_Mbox::get()
    Get a message from the mbox
getAutoReopen
in file Mbox.php, method Mail_Mbox::getAutoReopen()
    Returns the automatically reopening setting
getDebug
in file Mbox.php, method Mail_Mbox::getDebug()
    Returns the debug flag setting
getTmpDir
in file Mbox.php, method Mail_Mbox::getTmpDir()
    Returns the temporary directory
top

h

hasBeenModified
in file Mbox.php, method Mail_Mbox::hasBeenModified()
    Checks if the file was modified since it has been loaded.
top

i

insert
in file Mbox.php, method Mail_Mbox::insert()
    Insert a message
top

l

listSubjects
in file modify.php, function listSubjects()
top

m

Mail_Mbox
in file Mbox.php, class Mail_Mbox
    Class to read mbox mail files.
Mail_Mbox
in file Mbox.php, method Mail_Mbox::Mail_Mbox()
    Create a new Mbox class instance.
mimedecode.php
procedural page mimedecode.php
modify.php
procedural page modify.php
Mbox.php
procedural page Mbox.php
MAIL_MBOX_ERROR_CANNOT_CLOSE
in file Mbox.php, constant MAIL_MBOX_ERROR_CANNOT_CLOSE
    The file cannot be closed due to some strange things.
MAIL_MBOX_ERROR_CANNOT_CREATE_TMP
in file Mbox.php, constant MAIL_MBOX_ERROR_CANNOT_CREATE_TMP
    Failed to create a temporary file.
MAIL_MBOX_ERROR_CANNOT_OPEN
in file Mbox.php, constant MAIL_MBOX_ERROR_CANNOT_OPEN
    The file cannot be opened.
MAIL_MBOX_ERROR_CANNOT_READ
in file Mbox.php, constant MAIL_MBOX_ERROR_CANNOT_READ
    The file cannot be read.
MAIL_MBOX_ERROR_CANNOT_WRITE
in file Mbox.php, constant MAIL_MBOX_ERROR_CANNOT_WRITE
    The file cannot be written.
MAIL_MBOX_ERROR_FILE_NOT_EXISTING
in file Mbox.php, constant MAIL_MBOX_ERROR_FILE_NOT_EXISTING
    The mail mbox file doesn't exist.
MAIL_MBOX_ERROR_MESSAGE_NOT_EXISTING
in file Mbox.php, constant MAIL_MBOX_ERROR_MESSAGE_NOT_EXISTING
    There is no message with the given number.
MAIL_MBOX_ERROR_MODIFIED
in file Mbox.php, constant MAIL_MBOX_ERROR_MODIFIED
    The file has been modified since it has been opened.
MAIL_MBOX_ERROR_MSG_INVALID
in file Mbox.php, constant MAIL_MBOX_ERROR_MSG_INVALID
    Message is invalid and would trash the file
MAIL_MBOX_ERROR_NOT_OPEN
in file Mbox.php, constant MAIL_MBOX_ERROR_NOT_OPEN
    The file is not open.
MAIL_MBOX_ERROR_NO_PERMISSION
in file Mbox.php, constant MAIL_MBOX_ERROR_NO_PERMISSION
    No permission to access the file.
MAIL_MBOX_ERROR_NO_RESOURCE
in file Mbox.php, constant MAIL_MBOX_ERROR_NO_RESOURCE
    The resource isn't valid anymore.
top

o

open
in file Mbox.php, method Mail_Mbox::open()
    Open the mbox file
top

r

read.php
procedural page read.php
remove
in file Mbox.php, method Mail_Mbox::remove()
    Remove a message from Mbox and save it.
top

s

setAutoReopen
in file Mbox.php, method Mail_Mbox::setAutoReopen()
    Sets if the mbox is reloaded after modification automatically.
setDebug
in file Mbox.php, method Mail_Mbox::setDebug()
    Set the debug flag
setTmpDir
in file Mbox.php, method Mail_Mbox::setTmpDir()
    Set the directory for temporary files.
size
in file Mbox.php, method Mail_Mbox::size()
    Get number of messages in this mbox
top

t

$tmpdir
in file Mbox.php, variable Mail_Mbox::$tmpdir
    Directory in which the temporary mbox files are created.
top

u

update
in file Mbox.php, method Mail_Mbox::update()
    Update a message
top

Documentation generated on Mon, 11 Mar 2019 15:35:10 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.