email/pop3andsmtpmtm/clientmtms/group/IMCM.rss
branchRCL_3
changeset 20 94cccd85bd25
parent 19 7e4e4bcc75b6
child 22 1367103c24e2
equal deleted inserted replaced
19:7e4e4bcc75b6 20:94cccd85bd25
   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 	}