equal
deleted
inserted
replaced
207 // If this value is set to 1,body text data will be stored when downloaded via IMPS and POPS using chunk storage option. |
207 // If this value is set to 1,body text data will be stored when downloaded via IMPS and POPS using chunk storage option. |
208 // If this value is set to 0, the body text is stored by creating entire message in RAM. |
208 // If this value is set to 0, the body text is stored by creating entire message in RAM. |
209 |
209 |
210 RESOURCE INT8 store_plain_body_text |
210 RESOURCE INT8 store_plain_body_text |
211 { |
211 { |
212 value = 1; |
212 value = 0; |
213 } |
213 } |