email/pop3andsmtpmtm/clientmtms/inc/POP3CMDS.H
changeset 76 60a8a215b0ec
parent 0 72b543305e3a
--- a/email/pop3andsmtpmtm/clientmtms/inc/POP3CMDS.H	Tue Oct 05 13:58:47 2010 +0530
+++ b/email/pop3andsmtpmtm/clientmtms/inc/POP3CMDS.H	Tue Oct 19 11:30:16 2010 +0530
@@ -28,7 +28,8 @@
 	{
 	/** Unsupported. */
 	KPOP3MTMIsConnected = KMtmFirstFreeMtmFunctionId,
-	/** Attempt to connect to the current service. */
+	/** Attempt to connect to the current service. 
+	Command KPOP3MTMSilentConnect is also available to connect silently to network.*/
 	KPOP3MTMConnect,
 	/** Disconnect from the current service. */
 	KPOP3MTMDisconnect,
@@ -107,7 +108,9 @@
 	KPOP3MTMPopulateNew,
 	/** Populates all messages from the current service, assuming a new connection does 
 	not need to be made. */
-	KPOP3MTMPopulateAll 
+	KPOP3MTMPopulateAll,
+	/** Attempt to connect to the current service silently without prompting the user. */
+	KPOP3MTMSilentConnect
 	};
 
 #endif