email/pop3andsmtpmtm/clientmtms/group/IMCM.rss
branchRCL_3
changeset 19 7e4e4bcc75b6
parent 0 72b543305e3a
child 20 94cccd85bd25
equal deleted inserted replaced
18:fbb813aef148 19:7e4e4bcc75b6
   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 = 1;
   206 	value = 0;
   207 	}
   207 	}