-
$_accounts
-
Array containing all the user's accounts.
-
$_activeparams
-
The list of active fetchmail parameters for the current driver.
-
$_arrayIndex
-
The location in the sorted array we are at.
-
$_atcid
-
Internal ID for attachments.
-
$_attachVCard
-
Whether the user's vCard should be attached to outgoing messages.
-
$_bodyCharset
-
The "cached" charset of the body MIME part.
-
$_build
-
Has _buildMailbox() been called?
-
$_c
-
-
$_cache
-
The Horde_Cache object to use.
-
$_cache
-
The cached attachment data.
-
$_cacheexpire
-
If the cache has expired, make note so we know when to update vs.
-
$_cacheid
-
The cache ID used to store object in session.
-
$_capability
-
The list of capabilities of the IMAP server.
-
$_charset
-
-
$_currprotocol
-
The current protocol being used.
-
$_currtag
-
The currently active tag.
-
$_data
-
The working data for the current pageload. All changes take place to this data.
-
$_db
-
Handle for the current database connection.
-
$_draftIdx
-
The UID of the last draft saved via saveDraft().
-
$_findhtml
-
In findBody(), indicate we want to return a text/html part.
-
$_host
-
The hostname of the IMAP server to connect to.
-
$_id
-
The ID of the current search query in use.
-
$_identity
-
-
$_identity
-
The IMP_Identity:: object used by the class.
-
$_imglist
-
Images used and their internal representations.
-
$_imp_compose
-
The IMP_Compose:: object used by the class.
-
$_lastArrayIndex
-
The location of the last message we were at.
-
$_linkAttach
-
Whether attachments should be linked.
-
$_listCache
-
Keep around identical lists so that we don't hit the server more that once in the same page for the same thing.
-
$_loaded
-
The list of cache slices loaded.
-
$_mailbox
-
-
$_mailbox
-
The mailbox to work with.
-
$_mboxFlags
-
The IMAP flags set in the currently open mailbox.
-
$_mboxOb
-
The active IMP_Mailbox object to update on certain actions
-
$_mboxObCount
-
Recursion count used to determine when $_mboxOb should be unset.
-
$_mimeid
-
For findBody, the MIME ID of the "body" part.
-
$_namespace
-
The namespace information.
-
$_openMbox
-
The currently open mailbox.
-
$_openparams
-
Parameters used in the last imap_open() call.
-
$_params
-
Parameters used by the driver.
-
$_params
-
Hash containing connection parameters.
-
$_params
-
Parameters needed by the subclasses.
-
$_pass
-
The password for the mail server.
-
$_pgpAttachPubkey
-
Whether the user's PGP public key should be attached to outgoing messages.
-
$_port
-
The port number of the IMAP server to connect to.
-
$_protocols
-
The internal protocols list.
-
$_registered
-
Has the shutdown function been registered?
-
$_resume
-
Are we resuming a message?
-
$_save
-
The list of items to save on shutdown.
-
$_saveVFolder
-
Save Virtual Folder information when adding entries?
-
$_searchmbox
-
Is this a search malbox?
-
$_serverstring
-
The server string to use to connect to the remote mail server.
-
$_sessionid
-
The unique ID to use when making an IMAP query.
-
$_size
-
The aggregate size of all attachments (in bytes).
-
$_slicemap
-
The mapping of UIDs to slices.
-
$_slicesize
-
The default slicesize to use.
-
$_sorted
-
The array of sorted indices.
-
$_sortedInfo
-
The array of information about the sorted indices list.
-
$_sources
-
The list of available sources to search for keys.
-
$_sources
-
The list of available sources to search for keys.
-
$_stream
-
The current IMAP resource string.
-
$_stream
-
The socket connection to the IMAP server.
-
$_usepop
-
Using POP to access mailboxes?
-
$_user
-
The username for the server.
-
$_usessl
-
Are we using SSL to connect to the IMAP server?
-
$_usetls
-
Are we using TLS to connect to the IMAP server?
-
_addReferences
-
Add necessary headers for replies.
-
_deleteOldEntries
-
Deletes all log entries older than a certain date.
-
_deleteOldEntries
-
Deletes all log entries older than a certain date.
-
_encryptParameters
-
Returns the params needed to encrypt a message being sent to the specified email address.
-
_getMail
-
Internal function used to get mail from a single server.
-
_imp_addUser
-
Adds a set of authentication credentials.
-
_imp_adminDo
-
Private function to perform an admin event.
-
_imp_authCredentials
-
Returns a list of authentication credentials, i.e. server settings that can be specified by the user on the login screen.
-
_imp_authenticate
-
Tries to authenticate with the mail server and create a mail session.
-
_imp_batchCompose
-
Return a list of compose window links.
-
_imp_changeLanguage
-
Performs tasks necessary when the language is changed during the session.
-
_imp_compose
-
Returns a compose window link.
-
_imp_createFolder
-
Creates a new folder.
-
_imp_favouriteRecipients
-
Returns the list of favorite recipients.
-
_imp_folderlist
-
Returns the list of folders.
-
_imp_getStream
-
Attempts to authenticate via IMP and return an IMAP stream.
-
_imp_perms
-
Returns a list of available permissions.
-
_imp_removeUser
-
Deletes a set of authentication credentials.
-
_imp_server
-
Returns the currently logged on IMAP server.
-
_imp_userList
-
Lists all users in the system.
-
_log
-
Logs an attempt to send a message per recipient.
-
_log
-
Logs an attempt to send a message per recipient.
-
_onShutdown
-
Perform needed activities on shutdown.
-
_toIMAPFlags
-
Converts IMP_IMAP_* flags to imap_open() flags.
-
add
-
Adds a new empty account to the array of accounts.
-
addAdditionalCert
-
Add the list of additional certs to the prefs.
-
addAddress
-
Adds a contact to the user defined address book.
-
addFilesFromUpload
-
Add uploaded files from form data.
-
addFromPKCS12
-
Store the public/private/additional certificates in the preferences from a given PKCS 12 file.
-
addInlineScript
-
Add inline javascript to the output buffer.
-
additionalAttachmentsAllowed
-
How many more attachments are allowed?
-
addMIMEPartAttachment
-
Adds an attachment to a MIME_Part from data existing in the part.
-
addPersonalPrivateKey
-
Add the personal private key to the prefs.
-
addPersonalPrivateKey
-
Add the personal private key to the prefs.
-
addPersonalPublicKey
-
Add the personal public key to the prefs.
-
addPersonalPublicKey
-
Add the personal public key to the prefs.
-
addPublicKey
-
Add a public key to an address book.
-
addPublicKey
-
Add a public key to an address book.
-
addUploadAttachment
-
Adds an attachment to a MIME_Part from an uploaded file.
-
addVFolder
-
Add a virtual folder for the current user.
-
appendNamespace
-
Make sure a user-entered mailbox contains namespace information.
-
attach
-
-
attach
-
Attach the Imple object to a javascript event.
-
attach
-
Attach the Imple object to a javascript event.
-
attachAutoCompleter
-
-
attachFilesFromMessage
-
Adds attachments from the IMP_Contents object to the message.
-
attachIMAPMessage
-
Add mail message(s) from the mail server as a message/rfc822 attachment.
-
attachSpellChecker
-
-
attachVCard
-
Attach the user's vCard to every message sent by buildAndSendMessage().
-
api.php
-
-
decryptMessage
-
Decrypt a message with user's public/private keypair or a passphrase.
-
decryptMessage
-
Decrypt a message with user's public/private keypair.
-
defaultNamespace
-
Get the default personal namespace.
-
delete
-
Deletes one or more folders.
-
delete
-
Deletes a list of messages taking into account whether or not a Trash folder is being used.
-
delete
-
Remove an account from the array of accounts
-
deleteAllAttachments
-
Deletes all attachments.
-
deleteAttachment
-
Delete attached files.
-
deleteLog
-
Delete the log entries for a given list of Message-IDs.
-
deleteMboxes
-
Deletes mailboxes from the cache.
-
deleteMsgs
-
Delete messages in the cache.
-
deletePersonalKeys
-
Deletes the specified personal keys from the prefs.
-
deletePersonalKeys
-
Deletes the specified personal keys from the prefs.
-
deletePublicKey
-
Deletes a public key from a user's address book(s) by e-mail.
-
deletePublicKey
-
Deletes a public key from a user's address book(s) by e-mail.
-
deleteSearchQuery
-
Deletes an IMAP search query.
-
deleteURL
-
Returns a link to delete a given search query.
-
description
-
Returns a description of the driver.
-
description
-
Returns a description of the driver.
-
displayFolder
-
If there is information available to tell us about a prefix in front of mailbox names that shouldn't be displayed to the user, then use it to strip that prefix out.
-
displayLog
-
Retrieve any history for the given Message-ID and display via the Horde notification system.
-
factory
-
Attempts to return a concrete IMP_Fetchmail instance based on $driver.
-
factory
-
Attempts to return a concrete Imple instance based on $imple.
-
factory
-
Attempts to return a concrete IMP_Sentmail instance based on $driver.
-
favouriteRecipients
-
Returns the most favourite recipients.
-
favouriteRecipients
-
Returns the most favourite recipients.
-
fetchMail
-
Perform fetchmail on the list of accounts given. Outputs informaton to the global notification driver.
-
filePutContents
-
Wrapper to allow file_put_contents() use for PHP < 5.
-
filter
-
Runs the filters if they are able to be applied manually.
-
filterText
-
Filters a string, if requested.
-
findBody
-
Finds the main "body" text part (if any) in a message.
-
flag
-
Sets or clears a given flag for a list of messages.
-
flagAllInMailbox
-
Sets or clears a given flag(s) for all messages in a list of mailboxes.
-
flagFields
-
Return the base flag fields.
-
flist
-
Lists folders.
-
flistSelect
-
Wrapper around IMP_Folder::flist() which generates the body of a <select> form input from the generated folder list. The <select> and </select> tags are NOT included in the output of this function.
-
flist_IMP
-
Returns an array of folders. This is a wrapper around the flist() function which reduces the number of arguments needed if we can assume that IMP's full environment is present.
-
folderPref
-
Convert a preference value to/from the value stored in the preferences.
-
formatAddr
-
Formats the address properly.
-
forwardMessage
-
Determine the text and headers for a forwarded message.
-
Fetchmail.php
-
-
Filter.php
-
-
Folder.php
-
-
gc
-
Garbage collect log entries with a probability of 1%.
-
generateIMPUrl
-
Generates a URL with necessary mailbox/index information.
-
generateMbox
-
Generates a string that can be saved out to an mbox format mailbox file for a folder or set of folders, optionally including all subfolders of the selected folders as well. All folders will be put into the same string.
-
generatePersonalKeys
-
Generate the personal Public/Private keypair and store in prefs.
-
getAdditionalCert
-
Get any additional certificates from the prefs.
-
getAddressList
-
-
getAll
-
Returns an array with the specified property from all existing accounts.
-
getAllValues
-
Returns all properties from the requested accounts.
-
getArrayIndex
-
Returns the array index of the given message UID.
-
getAttachmentAlt
-
-
getAttachmentAltList
-
-
getAttachments
-
Returns the list of current attachments.
-
getAttachmentType
-
-
getAutoLoginServer
-
Returns the AutoLogin server key.
-
getBodyCharset
-
Returns the charset of the MIME part containing the "body".
-
getBodyId
-
Returns the ID of the MIME part containing the "body".
-
getCacheID
-
Returns a unique identifier for the current mailbox status.
-
getCacheURL
-
Creates a URL for cached DIMP data.
-
getComposeArgs
-
Checks for To:, Subject:, Cc:, and other compose window arguments and pass back either a URI fragment or an associative array with any of them which are present.
-
getCurrentMailboxInfo
-
Process mailbox/index information for current page load.
-
getDate
-
-
getForwardData
-
-
getFrom
-
-
getFromPublicKeyserver
-
Get a public key via a public PGP keyserver.
-
getHTMLBody
-
Returns the HTML body text of a message.
-
getImageUrls
-
Get potential image URLs that may be used to display a thread.
-
getIMAPIndex
-
Returns IMAP mbox/UID information on a message.
-
getIMPMboxParameters
-
Returns a list of parameters necessary to indicate current mailbox status.
-
getInitialUrl
-
Returns the initial URL.
-
getJSOpenWinCode
-
Print out the link for the javascript PGP popup.
-
getJSOpenWinCode
-
Print out the link for the javascript S/MIME popup.
-
getLabel
-
Generates the label to use for search results.
-
getLabel
-
Returns the plain text label that is displayed for the current mailbox, replacing IMP_SEARCH_MBOX with an appropriate string and removing namespace and folder prefix information from what is shown to the user.
-
getLog
-
Retrieve any history for the given Message-ID.
-
getLogoutUrl
-
Returns the proper logout URL for logging out of IMP.
-
getMail
-
Gets the mail using the data in this object.
-
getMail
-
Gets the mail using the data in this object.
-
getMailboxArray
-
Build the array of message information.
-
getMailboxName
-
The mailbox this object works with.
-
getMenu
-
Build IMP's list of menu items.
-
getMessageBody
-
Gets the message body and sets up the MIME parts.
-
getMessageCacheId
-
Obtains the cache ID for the session object.
-
getMessageCount
-
Returns the current message count of the mailbox.
-
getMessageIndex
-
Returns the current message array index. If the array index has run off the end of the message array, will return the last index.
-
getNamespace
-
Get namespace info for a full folder path.
-
getNamespace
-
Get the NAMESPACE information from the IMAP server.
-
getNewMessagePopup
-
Outputs the necessary javascript code to display the new mail notification message.
-
getParameterList
-
Return the list of parameters valid for this driver.
-
getPassphrase
-
Gets the user's passphrase from the session cache.
-
getPassphrase
-
Gets the user's passphrase from the session cache.
-
getPathInfo
-
Utility function to obtain PATH_INFO information.
-
getPersonalPrivateKey
-
Get the personal private key from the prefs.
-
getPersonalPrivateKey
-
Get the personal private key from the prefs.
-
getPersonalPublicKey
-
Get the personal public key from the prefs.
-
getPersonalPublicKey
-
Get the personal public key from the prefs.
-
getProtocolList
-
Return a list of protocols supported by this driver.
-
getProtocolList
-
Return a list of protocols supported by this driver.
-
getPublicKey
-
Retrieves a public key by e-mail.
-
getPublicKey
-
Retrieves a public key by e-mail.
-
getRequestToken
-
Get a token for protecting a form.
-
getSearchFolders
-
Get the list of searchable folders for the given search query.
-
getSearchQueries
-
Return a list of search queries valid only for the current session (i.e. no virtual folders).
-
getSignedMessage
-
Returns the signed data only for a plaintext signed MIME_Part.
-
getSize
-
-
getSort
-
Return the sorting preference for the current mailbox.
-
getSortedList
-
Returns a raw sorted list of the mailbox.
-
getStylesheets
-
Return the list of base stylesheets to display.
-
getSubject
-
-
getSymmetricPassphrase
-
Gets the user's passphrase for symmetric encryption from the session cache.
-
getThreadImageTree
-
Generate the thread representation image for the given index list.
-
getThreadOb
-
Get the IMP_Thread object for the current mailbox.
-
getThreadTreeOb
-
Generate the thread representation for the given index list in the internal format (a string with each character representing the graphic to be displayed from $_imglist).
-
getTidyConfig
-
Determines if the tidy extension is available and is the correct version. Returns the config array.
-
getUserHeaders
-
-
getValue
-
Returns a property from one of the accounts.
-
IMP
-
IMP Base Class.
-
IMPencryptMIMEPart
-
Encrypt a MIME_Part using S/MIME using IMP defaults.
-
IMPencryptMIMEPart
-
Encrypt a MIME_Part using PGP using IMP default parameters.
-
Imple
-
$Horde: imp/lib/Imple.php,v 1.7.2.5 2009/01/06 15:24:04 jan Exp $
-
Imple
-
Constructor.
-
Imple_ContactAutoCompleter
-
$Horde: imp/lib/Imple/ContactAutoCompleter.php,v 1.24.2.8 2009/01/06 15:24:08 jan Exp $
-
Imple_ContactAutoCompleter
-
Constructor.
-
Imple_SpellChecker
-
Constructor.
-
Imple_SpellChecker
-
$Horde: imp/lib/Imple/SpellChecker.php,v 1.25.2.7 2009/01/06 15:24:08 jan Exp $
-
importMbox
-
Imports messages into a given folder from a mbox format mailbox file.
-
IMPsignAndEncryptMIMEPart
-
Sign and Encrypt a MIME_Part using PGP using IMP default parameters.
-
IMPsignAndEncryptMIMEPart
-
Sign and encrypt a MIME_Part using S/MIME using IMP defaults.
-
IMPsignMIMEPart
-
Sign a MIME_Part using S/MIME using IMP defaults.
-
IMPsignMIMEPart
-
Sign a MIME_Part using PGP using IMP default parameters.
-
IMP_ALL
-
Match all IMAP flags.
-
IMP_ANSWERED
-
\\ANSWERED flag.
-
IMP_BASE
-
-
IMP_Compose
-
The IMP_Compose:: class contains functions related to generating outgoing mail messages.
-
IMP_DELETED
-
\\DELETED flag
-
IMP_DRAFT
-
\\DRAFT flag.
-
IMP_ENCRYPT_NONE
-
Send Message w/no encryption.
-
IMP_Fetchmail
-
The IMP_Fetchmail:: class provides an interface to download mail from remote mail servers.
-
IMP_Fetchmail
-
Constructor.
-
IMP_Fetchmail_Account
-
The IMP_Fetchmail_Account:: class provides an interface to accessing fetchmail preferences for all mail accounts a user might have.
-
IMP_Fetchmail_Account
-
Constructor.
-
IMP_Fetchmail_imap
-
The IMP_Fetchmail_imap driver implements the IMAP_Fetchmail class for use with IMAP/POP3 servers.
-
IMP_Fetchmail_imap
-
Constructor.
-
IMP_Filter
-
The IMP_Filter:: class contains all functions related to handling filtering messages in IMP.
-
IMP_FLAGGED
-
\\FLAGGED flag.
-
IMP_Folder
-
The IMP_Folder:: class provides a set of methods for dealing with folders, accounting for subscription, errors, etc.
-
IMP_IDX_SEP
-
String used to separate indexes.
-
IMP_IMAP
-
The IMP_IMAP:: class facilitates connections to the IMAP/POP3 server via the c-client PHP extensions.
-
IMP_IMAP
-
Constructor.
-
IMP_IMAPClient
-
The IMP_IMAPClient:: class enables connection to an IMAP server through built-in PHP functions.
-
IMP_IMAPClient
-
Constructor.
-
IMP_IMAPCLIENT_CONTINUATION
-
-
IMP_IMAPCLIENT_TAGGED
-
-
IMP_IMAPCLIENT_UNTAGGED
-
-
IMP_IMAP_AUTO
-
Open the mailbox in read-only mode, if it hasn't been opened yet.
-
IMP_IMAP_PEEK
-
Open the IMAP connection without opening a mailbox.
-
IMP_IMAP_READONLY
-
Open the mailbox in read-only mode.
-
IMP_IMAP_READWRITE
-
Open the mailbox in read-write mode.
-
IMP_Mailbox
-
The IMP_Mailbox:: class contains all code related to handling mailbox access.
-
IMP_Mailbox
-
Constructor.
-
IMP_MAILBOXSTART_FIRSTPAGE
-
Start on the first page.
-
IMP_MAILBOXSTART_FIRSTUNSEEN
-
Start on the page with the first unseen message.
-
IMP_MAILBOXSTART_LASTPAGE
-
Start on the last page.
-
IMP_MAILBOXSTART_LASTUNSEEN
-
Start on the page with the last unseen message.
-
IMP_MAILBOX_DELETE
-
-
IMP_MAILBOX_EXPUNGE
-
-
IMP_MAILBOX_FLAG
-
-
IMP_MAILBOX_UPDATE
-
-
IMP_Maillog
-
The IMP_Maillog:: class contains all functions related to handling logging of responses to individual e-mail messages.
-
IMP_Message
-
Constructor.
-
IMP_Message
-
The IMP_Message:: class contains all functions related to handling messages within IMP. Actions such as moving, copying, and deleting messages are handled in here so that code need not be repeated between mailbox, message, and other pages.
-
IMP_MessageCache
-
Constructor.
-
IMP_MessageCache
-
The IMP_MessageCache:: class contains all functions related to caching information about RFC 2822 messages across sessions.
-
IMP_MESSAGE_COPY
-
-
IMP_MESSAGE_MOVE
-
-
IMP_MSG_SEP
-
String used to separate messages.
-
IMP_PERSONAL
-
An email is personal.
-
IMP_PGP
-
Constructor
-
IMP_PGP
-
The IMP_PGP:: class contains all functions related to handling PGP messages within IMP.
-
IMP_PGP_ENCRYPT
-
Send Message - PGP Encrypt.
-
IMP_PGP_PUBKEY_FIELD
-
Name of PGP public key field in addressbook.
-
IMP_PGP_SIGN
-
Send Message - PGP Sign.
-
IMP_PGP_SIGNENC
-
Send Message - PGP Sign/Encrypt.
-
IMP_PGP_SYM_ENCRYPT
-
Send Message - PGP Encrypt with passphrase.
-
IMP_PGP_SYM_SIGNENC
-
Send Message - PGP Sign/Encrypt with passphrase.
-
IMP_Search
-
The IMP_Search:: class contains all code related to mailbox searching in IMP.
-
IMP_Search
-
Constructor.
-
IMP_SEARCH_BODY
-
-
IMP_SEARCH_DATE
-
-
IMP_SEARCH_FLAG_HAS
-
-
IMP_SEARCH_FLAG_NOT
-
-
IMP_SEARCH_HEADER
-
-
IMP_SEARCH_MBOX
-
The mailbox name to use for search results.
-
IMP_SEARCH_SHOW_SUBSCRIBED_ONLY
-
-
IMP_SEARCH_SHOW_UNSUBSCRIBED
-
-
IMP_SEARCH_SIZE
-
-
IMP_SEARCH_TEXT
-
-
IMP_Sentmail
-
The IMP_Sentmail:: class contains all functions related to handling logging of sent mail and retrieving sent mail statistics.
-
IMP_Sentmail_sql
-
IMP_Sentmail implementation for PHP's PEAR database abstraction layer.
-
IMP_Sentmail_sql
-
Constructor.
-
IMP_Session
-
Functions required to start an IMP session.
-
IMP_SMIME
-
Constructor.
-
IMP_SMIME
-
The IMP_SMIME:: class contains all functions related to handling S/MIME messages within IMP.
-
IMP_SMIME_ENCRYPT
-
Send Message - S/MIME Encrypt.
-
IMP_SMIME_PUBKEY_FIELD
-
Name of the S/MIME public key field in addressbook.
-
IMP_SMIME_SIGN
-
Send Message - S/MIME Sign.
-
IMP_SMIME_SIGNENC
-
Send Message - S/MIME Sign/Encrypt.
-
IMP_Spam
-
Constructor.
-
IMP_Spam
-
The IMP_Spam:: class contains functions related to reporting spam messages in IMP.
-
IMP_TEMPLATES
-
-
IMP_Thread
-
The IMP_Thread class extends the IMAP_Thread class to include a function to generate the thread tree images. This class is necessary to ensure backwards compatibility with Horde 3.0.
-
IMP_UI_Compose
-
The IMP_UI_Compose:: class is designed to provide a place to dump common code shared among IMP's various UI views for the compose page.
-
IMP_UI_Mailbox
-
-
IMP_UI_Mailbox
-
The IMP_UI_Mailbox:: class is designed to provide a place to dump common code shared among IMP's various UI views for the mailbox page.
-
IMP_UI_Message
-
The IMP_UI_Message:: class is designed to provide a place to dump common code shared among IMP's various UI views for the message page.
-
IMP_UNSEEN
-
\\UNSEEN flag
-
IMP_VFS_ATTACH_PATH
-
The virtual path to use for VFS data.
-
IMP_VFS_LINK_ATTACH_PATH
-
The virtual path to save linked attachments.
-
includeScriptFiles
-
Outputs the necessary script tags, honoring local configuration choices as to script caching.
-
includeStylesheetFiles
-
Outputs the necessary style tags, honoring local configuration choices as to stylesheet caching.
-
initialize
-
Attempts to open a connection to the SQL server.
-
initRTE
-
-
isEditableVFolder
-
Is the current active folder an editable Virtual Folder?
-
isPreferredServer
-
Determines if the given mail server is the "preferred" mail server for
-
isSearchMbox
-
Is the given mailbox a search mailbox?
-
isSpecialFolder
-
Is $mbox a 'special' folder (e.g. 'drafts' or 'sent-mail' folder)?
-
isValidIndex
-
Checks to see if the current index is valid.
-
isVFolder
-
Is the given mailbox a virtual folder?
-
isVINBOXFolder
-
Determines whether a virtual folder ID is the Virtual INBOX Folder.
-
isVTrashFolder
-
Determines whether a virtual folder ID is the Virtual Trash Folder.
-
imap.php
-
-
IMAP.php
-
-
IMP.php
-
-
Imple.php
-
-
SMIME.php
-
-
SpellChecker.php
-
-
Search.php
-
-
sql.php
-
-
Sentmail.php
-
-
Session.php
-
-
Spam.php
-
-
saveDraft
-
Saves a message to the draft folder.
-
saveDraftIndex
-
Returns the UID of the last message saved via saveDraft().
-
savePublicKeyURL
-
Generates the javascript code for saving public keys.
-
savePublicKeyURL
-
Generates the javascript code for saving public keys.
-
searchCharset
-
Determines whether the IMAP search command supports the optional charset provided.
-
searchFields
-
Return the base search fields.
-
searchMboxID
-
Get the ID for the search mailbox, if we are currently in a search mailbox.
-
searchQueryText
-
Return search query text representation for a given search ID.
-
sendHTTPResponse
-
Send response data to browser.
-
sendMessage
-
Sends a message.
-
sendToPublicKeyserver
-
Send a public key to a public PGP keyserver.
-
sentMDN
-
Determines if an MDN notification of a certain type has been sent previously for this message-ID.
-
serverString
-
Generates a full c-client server specification string.
-
sessionSetup
-
Set up IMP_Search variables for the current session.
-
setIndex
-
Updates the message array index.
-
setSort
-
Set the sorting preference for the current mailbox.
-
setValue
-
Sets a property with a specified value.
-
singleton
-
Returns a reference to the global IMP_Message object, only creating it if it doesn't already exist. This ensures that only one IMP_Message instance is instantiated for any given session.
-
singleton
-
Attempts to return a reference to a concrete IMP_Mailbox instance.
-
singleton
-
Attempts to return a reference to a concrete IMP_IMAP instance.
-
singleton
-
Attempts to return a reference to a concrete IMP_MessageCache instance.
-
singleton
-
Returns a reference to the global IMP_Folder object, only creating it if it doesn't already exist. This ensures that only one IMP_Folder instance is instantiated for any given session.
-
singleton
-
Attempts to return a reference to a concrete IMP_Compose instance.
-
sizeMailbox
-
Obtains the size of a mailbox.
-
sizeOfAttachments
-
Returns the size of the attachments in bytes.
-
SORTTHREAD
-
Sort By Thread.
-
status
-
Outputs IMP's status/notification bar.
-
storePassphrase
-
Store's the user's passphrase in the session cache.
-
storePassphrase
-
Store's the user's passphrase in the session cache.
-
storeSymmetricPassphrase
-
Store's the user's passphrase for symmetric encryption in the session cache.
-
stream
-
Returns the active IMAP resource string.
-
stripPart
-
Strips one or all MIME parts out of a message.
-
subscribe
-
Subscribes to one or more IMAP folders.