email/imap4mtm/imapsession/inc/cimapfetchbody.h
branchRCL_3
changeset 60 7fdbb852d323
parent 57 ebe688cedc25
equal deleted inserted replaced
57:ebe688cedc25 60:7fdbb852d323
   180 	// Indicates whether to send FETCH command to server.Sending FETCH command 
   180 	// Indicates whether to send FETCH command to server.Sending FETCH command 
   181 	// to server may be disabled if server sends out of order chunks.
   181 	// to server may be disabled if server sends out of order chunks.
   182 	TBool iSendFetch;
   182 	TBool iSendFetch;
   183 	// When server responses with no body length, iUnexpectedFormat is set to ETrue.
   183 	// When server responses with no body length, iUnexpectedFormat is set to ETrue.
   184 	TBool iUnexpectedFormat;
   184 	TBool iUnexpectedFormat;
   185 	TBool iCancelled;
       
   186 	};
   185 	};
   187 
   186 
   188 #endif // __CIMAPFETCHBODY_H__
   187 #endif // __CIMAPFETCHBODY_H__