equal
deleted
inserted
replaced
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__ |