| class TPop3Progress |
Progress information for a POP3 operation.
| Public Member Functions | |
|---|---|
| IMPORT_C TInt | ConnectionIAP() |
| IMPORT_C TInt | ConnectionState() |
| Public Member Enumerations | |
|---|---|
| enum | TPop3ProgressType { EPopRefreshing, EPopCopying, EPopDeleting, EPopConnecting, EPopTidying, EPopConnectedAndIdle, EPopDisconnecting, EPopDisconnected, EPopMoving, EPopCopyNewMail, EPopMoveNewMail, EPopCopyMailSelection, EPopMoveMailSelection, EPopCopyAllMail, EPopMoveAllMail, EPopPopulating, EPopCancellingOfflineOps, EPopTopPopulating, EPopMaxProgressValue = EPopTopPopulating } |
| IMPORT_C TInt | ConnectionState | ( | ) | const |
Retrieves the stage of the connection process as defined in nifvar.h and csdprog.h while the service is connecting to the POP3 server.
Defines types of POP3 operations.
| EPopRefreshing |
Refreshing view of remote mail box. |
| EPopCopying |
Copying messages. |
| EPopDeleting |
Deleting messages. |
| EPopConnecting |
Connecting to remote mail box. |
| EPopTidying |
Internal reorganisation. |
| EPopConnectedAndIdle |
Connected to remote mail box and no current operations. |
| EPopDisconnecting |
Disconnecting from remote mail box. |
| EPopDisconnected |
Disconnected from remote mail box. |
| EPopMoving |
Moving messages. |
| EPopCopyNewMail |
Copying new messages. |
| EPopMoveNewMail |
Moving new messages. |
| EPopCopyMailSelection |
Copying a selection of messages. |
| EPopMoveMailSelection |
Moving a selection of messages. |
| EPopCopyAllMail |
Copying all messages. |
| EPopMoveAllMail |
Moving all messages. |
| EPopPopulating |
Populating view of remote mail box. |
| EPopCancellingOfflineOps |
Cancelling all off-line operations. |
| EPopTopPopulating |
Populating mailbox with top command |
| EPopMaxProgressValue = EPopTopPopulating |
Defines the maximum value for this enumeration. |
| TPop3ProgressType | iPop3Progress |
Type of operation for which progress is being reported.
| TPop3ProgressType | iPop3SubStateProgress |
Type of the sub-operation, where a nested operations is occurring.
| TInt | iTotalBytes |
When in the EPopConnecting state, this member holds the connection iap value. Otherwise it holds the total number of bytes to progress for the operation.
| TInt | iTotalMsgs |
When in the EPopConnecting state, this member holds the connection stage. Otherwise it holds the total number of messages for the operation.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.