equal
deleted
inserted
replaced
201 // If this value is set to 1,body text data will be stored when downloaded via IMPS and POPS using chunk storage option. |
201 // If this value is set to 1,body text data will be stored when downloaded via IMPS and POPS using chunk storage option. |
202 // If this value is set to 0, the body text is stored by creating entire message in RAM. |
202 // If this value is set to 0, the body text is stored by creating entire message in RAM. |
203 |
203 |
204 RESOURCE INT8 store_plain_body_text |
204 RESOURCE INT8 store_plain_body_text |
205 { |
205 { |
206 value = 0; |
206 value = 1; |
207 } |
207 } |