![]() DEFAULT_PORT | The default port to connect to for secure IMAP over SSL connections (993). |
ImapSsl
|
Overloaded. Initializes a new instance of the ImapSsl class. |
Authenticated (inherited from Imap) | |
AuthMode (inherited from Imap) | Gets/Sets the authorization mode. |
CommandCount (inherited from Imap) | Gets/Sets the current command count. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
CurrentConnectionType | Gets or sets the secure protocol that the secure connection should use. |
CurrentMailbox (inherited from Imap) | Gets/Sets the current mail box. |
Debug (inherited from Imap) | Gets/Sets Imap debug flag. |
DebugStream (inherited from Imap) | Gets/Sets debug output stream. |
DeleteMessages (inherited from Imap) | Gets/Sets Delete flag used to delete messages from IMAP server. |
Hostname (inherited from Imap) | Gets/Sets the IMAP server host name. |
LicenseKey (inherited from Imap) | License key. |
Password (inherited from Imap) | Gets/Sets the Password used to retrieve messages from the IMAP server. |
Port (inherited from Imap) | Gets/Sets the IMAP server port number. |
ProxyHostname (inherited from Imap) | Gets/Sets the hostname or IP address of the Proxy server. |
ProxyPassword (inherited from Imap) | Gets/Sets the password used to log in to the Proxy server. |
ProxyPort (inherited from Imap) | Gets/Sets the port of the Proxy server. |
ProxyType (inherited from Imap) | Gets/Sets the type of Proxy server. |
ProxyUsername (inherited from Imap) | Gets/Sets the username used to log in to the Proxy server. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Timeout (inherited from Imap) | Gets/Sets the Socket Timeout parameter. |
Username (inherited from Imap) | Gets/Sets the Username used to retrieve messages from the IMAP server. |
Append (inherited from Imap) | Overloaded. Appends an emails messages to the specified mailbox. |
Connect | Establishes secure SSL connection to IMAP server |
CopyMessage (inherited from Imap) | Overloaded. Copies specified messages to specified folder. |
CreateMailbox (inherited from Imap) | Creates a new mailbox on IMAP server. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
DeleteMailbox (inherited from Imap) | Deletes a mailbox on the IMAP server. |
DeleteMessage (inherited from Imap) | Overloaded. Marks a message for deletion from the current mailbox. |
Disconnect | Disconnects from IMAP server. Issues CLOSE and LOGOUT commands to IMAP server. |
Dispose (inherited from Component) | Overloaded. Releases all resources used by the Component. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Expunge (inherited from Imap) | Deletes messages marked for deletion from current mailbox. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetMailboxes (inherited from Imap) | Obsolete. Gets all mailboxes found for account. |
GetMessage (inherited from Imap) | Retrieves a message from the current mailbox. |
GetMessageCount (inherited from Imap) | Gets the number of messages in the current mailbox. |
GetMessageHeader (inherited from Imap) | Gets the named header for a message. |
GetMessageHeaders (inherited from Imap) | Gets message headers for a message. |
GetMessageID (inherited from Imap) | Gets messages matching specified SEARCH expression. |
GetMessages (inherited from Imap) | Overloaded. Gets messages for specified message ID's. |
GetMessagesWithFlags (inherited from Imap) | Overloaded. Gets all available messages with flags in current mailbox from IMAP server. All messages are stored in memory resulting in potential memory issues if not enough memory is available. To avoid potential memory issue you may retrieve messages individually using the getMessageWithFlags(int index)method. |
GetMessageWithFlags (inherited from Imap) | Gets message from current mailbox along with message flags. Message number is one based, meaning that message numbers range from 1 to getMessageCount() |
GetNewMessageID (inherited from Imap) | Gets an int[] representing the IDs of new messages in current mailbox from IMAP server. |
GetNewMessages (inherited from Imap) | Gets all new messages in current mailbox from IMAP server. |
GetOutputStream (inherited from Imap) | Gets the output stream of the socket connection. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Interrupted (inherited from Imap) | Interrupts the current process. |
IsConnected (inherited from Imap) | Tests Imap connection. |
IssueCommand (inherited from Imap) | Issues a command to IMAP server and reads response. |
ListMailboxes (inherited from Imap) | Overloaded. Gets all mailboxes for account. |
MoveMessage (inherited from Imap) | Overloaded. Moves specified messages to specified folder. |
RenameMailbox (inherited from Imap) | Renames a mailbox on the IMAP server. |
SelectMailbox (inherited from Imap) | Selects the mailbox on IMAP server. |
Store (inherited from Imap) | Overloaded. Sets message flags for a single message in an IMAP mailbox. |
ToString (inherited from Component) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
CommandSentEvent (inherited from Imap) | Occurs after successfully sending data to the IMAP server. |
ConnectedEvent (inherited from Imap) | Occurs after a successful connection to the IMAP server. |
DataReceivedEvent (inherited from Imap) | Occurs after successfully reading data from the IMAP server. |
DisconnectedEvent (inherited from Imap) | Occurs after a successful disconnection from the IMAP server. |
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
MessageRetrievedEvent (inherited from Imap) | Occurs after successfully reading a message from the IMAP server. |
CanRaiseEvents (inherited from Component) | Gets a value indicating whether the component can raise an event. |
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
Dispose (inherited from Imap) | Overloaded. Clean up any resources being used. |
Finalize (inherited from Component) | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. |
FireCommandSentEvent (inherited from Imap) | Fires CommandSentEvent event. |
FireConnectedEvent (inherited from Imap) | Fires ConnectedEvent event. |
FireDataReceivedEvent (inherited from Imap) | Fires DataReceivedEvent event. |
FireDisconnectedEvent (inherited from Imap) | Fires DisconnectedEvent event. |
FireMessageRetrievedEvent (inherited from Imap) | Fires MessageRetrievedEvent event. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. Creates a shallow copy of the current MarshalByRefObject object. |
MemberwiseClone (inherited from Object) | Overloaded. Creates a shallow copy of the current Object. |
ImapSsl Class | Jscape.Email Namespace