email/imap4mtm/imapsession/inc/cimapfetchbody.h
changeset 37 518b245aa84c
parent 0 72b543305e3a
child 60 7fdbb852d323
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
   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__