email/pop3andsmtpmtm/clientmtms/inc/POP3CMDS.H
changeset 76 60a8a215b0ec
parent 0 72b543305e3a
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
    26 */
    26 */
    27 enum TPop3Cmds 
    27 enum TPop3Cmds 
    28 	{
    28 	{
    29 	/** Unsupported. */
    29 	/** Unsupported. */
    30 	KPOP3MTMIsConnected = KMtmFirstFreeMtmFunctionId,
    30 	KPOP3MTMIsConnected = KMtmFirstFreeMtmFunctionId,
    31 	/** Attempt to connect to the current service. */
    31 	/** Attempt to connect to the current service. 
       
    32 	Command KPOP3MTMSilentConnect is also available to connect silently to network.*/
    32 	KPOP3MTMConnect,
    33 	KPOP3MTMConnect,
    33 	/** Disconnect from the current service. */
    34 	/** Disconnect from the current service. */
    34 	KPOP3MTMDisconnect,
    35 	KPOP3MTMDisconnect,
    35 	/** Unused. */
    36 	/** Unused. */
    36 	KPOP3MTMCreateReceipt,
    37 	KPOP3MTMCreateReceipt,
   105 	/** Populates any new messages from the current service, assuming a new connection does 
   106 	/** Populates any new messages from the current service, assuming a new connection does 
   106 	not need to be made. */
   107 	not need to be made. */
   107 	KPOP3MTMPopulateNew,
   108 	KPOP3MTMPopulateNew,
   108 	/** Populates all messages from the current service, assuming a new connection does 
   109 	/** Populates all messages from the current service, assuming a new connection does 
   109 	not need to be made. */
   110 	not need to be made. */
   110 	KPOP3MTMPopulateAll 
   111 	KPOP3MTMPopulateAll,
       
   112 	/** Attempt to connect to the current service silently without prompting the user. */
       
   113 	KPOP3MTMSilentConnect
   111 	};
   114 	};
   112 
   115 
   113 #endif
   116 #endif