--- a/ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h Tue Feb 02 00:02:40 2010 +0200
+++ b/ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h Fri Feb 19 22:37:30 2010 +0200
@@ -139,7 +139,8 @@
enum TImapConnectionState
{
EStateStartConnect,
- EStateQueryingDetails,
+ EStateQueryingDetails,
+ EStateQueryingDetailsBusy,
EStateConnectAndSync,
EStatePopulateAllCompleted,
EStateCompleted,
@@ -186,13 +187,14 @@
*
*/
void DoPopulateAllL();
-
+
/**
- *
- */
- void QueryUserPwdL();
-
-
+ * Send user password query request to CIpsPlgEventHandler
+ * @return ETrue - if query send
+ */
+ TBool QueryUserPassL();
+
+
/**
*
*/