email/imap4mtm/imapsession/inc/cimapfetchbody.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 34 84197e66a4bd
child 60 7fdbb852d323
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
   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;
   185 	};
   186 	};
   186 
   187 
   187 #endif // __CIMAPFETCHBODY_H__
   188 #endif // __CIMAPFETCHBODY_H__