email/pop3andsmtpmtm/clientmtms/group/IMCM.rss
branchRCL_3
changeset 42 1367103c24e2
parent 33 94cccd85bd25
child 57 ebe688cedc25
equal deleted inserted replaced
33:94cccd85bd25 42:1367103c24e2
   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 	}