email/imap4mtm/imapsession/inc/cimapfetchbody.h
changeset 34 84197e66a4bd
parent 0 72b543305e3a
child 60 7fdbb852d323
equal deleted inserted replaced
31:ebfee66fde93 34:84197e66a4bd
   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__