equal
deleted
inserted
replaced
334 // |
334 // |
335 void CIpsPlgPop3ConnectOp::DoConnectL() |
335 void CIpsPlgPop3ConnectOp::DoConnectL() |
336 { |
336 { |
337 FUNC_LOG; |
337 FUNC_LOG; |
338 // <qmail> unnecessary: iStatus = KRequestPending; |
338 // <qmail> unnecessary: iStatus = KRequestPending; |
|
339 NM_COMMENT("CIpsPlgPop3ConnectOp: connecting"); |
339 InvokeClientMtmAsyncFunctionL( KPOP3MTMConnect, iService ); // <qmail> 1 param removed |
340 InvokeClientMtmAsyncFunctionL( KPOP3MTMConnect, iService ); // <qmail> 1 param removed |
340 SetActive(); |
341 SetActive(); |
341 |
342 |
342 // <qmail> |
343 // <qmail> |
343 if ( iEventHandler ) |
344 if ( iEventHandler ) |
352 // ---------------------------------------------------------------------------- |
353 // ---------------------------------------------------------------------------- |
353 // |
354 // |
354 void CIpsPlgPop3ConnectOp::DoPopulateL() |
355 void CIpsPlgPop3ConnectOp::DoPopulateL() |
355 { |
356 { |
356 FUNC_LOG; |
357 FUNC_LOG; |
|
358 NM_COMMENT("CIpsPlgPop3ConnectOp: populating"); |
357 // <qmail> unnecessary: iStatus = KRequestPending; |
359 // <qmail> unnecessary: iStatus = KRequestPending; |
358 |
360 |
359 // Prepare parameters and include filtering |
361 // Prepare parameters and include filtering |
360 TImPop3PopulateOptions pop3GetMailInfo; |
362 TImPop3PopulateOptions pop3GetMailInfo; |
361 pop3GetMailInfo.SetMaxEmailSize( KMaxTInt32 ); |
363 pop3GetMailInfo.SetMaxEmailSize( KMaxTInt32 ); |
418 // ---------------------------------------------------------------------------- |
420 // ---------------------------------------------------------------------------- |
419 void CIpsPlgPop3ConnectOp::DoDisconnectL() |
421 void CIpsPlgPop3ConnectOp::DoDisconnectL() |
420 { |
422 { |
421 FUNC_LOG; |
423 FUNC_LOG; |
422 // <qmail> unnecessary: iStatus = KRequestPending; |
424 // <qmail> unnecessary: iStatus = KRequestPending; |
|
425 NM_COMMENT("CIpsPlgPop3ConnectOp: disconnecting"); |
423 InvokeClientMtmAsyncFunctionL( KPOP3MTMDisconnect, iService ); // <qmail> 1 param removed |
426 InvokeClientMtmAsyncFunctionL( KPOP3MTMDisconnect, iService ); // <qmail> 1 param removed |
424 SetActive(); |
427 SetActive(); |
425 } |
428 } |
426 |
429 |
427 // ---------------------------------------------------------------------------- |
430 // ---------------------------------------------------------------------------- |