diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_imap4_example.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_imap4_example.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,238 +0,0 @@ - -
-Public Member Functions | |
~CImap4Example () | |
void | HandleSessionEventL (TMsvSessionEvent aEvent, TAny *aArg1, TAny *aArg2, TAny *aArg3) |
void | CreateClientRegistryL () |
void | CreateImapAndSmtpAccountL () |
void | CreateSmtpMessageL () |
void | SendSMTPMessageL () |
void | ConnectAndCopyAllMailAndDisconnectL () |
Static Public Member Functions | |
static CImap4Example * | NewL () |
Definition at line 43 of file imap4example.h.
-CImap4Example::~CImap4Example | -( | -- | ) | -- |
-Destructor -
Definition at line 88 of file imap4example.cpp.
- --
CImap4Example * CImap4Example::NewL | -( | -- | ) | - [static] |
-
-Allocates and constructs a CImap4Example object. Initialises all member data to their default values. -
Definition at line 59 of file imap4example.cpp.
- -void CImap4Example::HandleSessionEventL | -( | -TMsvSessionEvent | -aEvent, | -|
- | - | TAny * | -aArg1, | -|
- | - | TAny * | -aArg2, | -|
- | - | TAny * | -aArg3 | - |
- | ) | -- |
-Implements the session observer interface to update the registry information when MTM groups are installed or uninstalled. Invoked by the active object mechanism.
aEvent | Event type | |
aArg1 | Event type-specific argument value (unused) | |
aArg2 | Event type-specific argument value (unused) | |
aArg3 | Event type-specific argument value (unused) ... System wide error codes |
Definition at line 383 of file imap4example.cpp.
- -void CImap4Example::CreateClientRegistryL | -( | -- | ) | -- |
-Starts a message server session, creates a client side MTM registry and IMAP client MTM. KErrNoMemory KErrNotFound KErrBadLibraryEntryPoint -
Definition at line 105 of file imap4example.cpp.
- -void CImap4Example::CreateImapAndSmtpAccountL | -( | -- | ) | -- |
-Creates an IMAP account and SMTP account. It sets the IMAP server address to system address and sets login name and password. ... System wide error codes -
Definition at line 128 of file imap4example.cpp.
- -void CImap4Example::CreateSmtpMessageL | -( | -- | ) | -- |
-Creates an SMTP message, stores and then commits settings to a specified message store. KErrNoMemory KErrNotFound KErrAccessDenied -
Definition at line 198 of file imap4example.cpp.
- -void CImap4Example::SendSMTPMessageL | -( | -- | ) | -- |
-Accesses the entry with the specified ID. Sets the context to the specified entry. Sends the created SMTP mail. KErrNoMemory KErrNotFound -
Definition at line 261 of file imap4example.cpp.
- -void CImap4Example::ConnectAndCopyAllMailAndDisconnectL | -( | -- | ) | -- |
-Changes the entry on which later actions are performed to the entry with the specified TMsvId. Connects to the IMAP server. Downloads the mail sent using SMTP and disconnects from the service. KErrNoMemory KErrNotFound KErrNotSupported ... System wide error codes -
Definition at line 308 of file imap4example.cpp.
- --