This class represents a email style MIME. Implements the class abstract of the Message and the MimePart interface.

1 mail.mimeMessage

<mail.mimeMessage encoding='encoding'>
    <InputStream /> +
</mail.mimeMessage>
Example

Built an object mimeMessage through an email stored in the blob field.

Copy
<xsql-script name=''>
    <body>
    
    	<select prefix='m_'>
    	    <columns>mail_message</columns>
    	    <from table='wic_user_maildata ' />
    	    <where>
    	    	uid = 1949310
    	    </where>
    	</select>
    	
    	
    	<set name='m_mimeMessage'>
    		<mail.mimeMessage>
    			<m_mail_message />
    		</mail.mimeMessage>
    	</set>

    </body>
</xsql-script>

Sending of message making use of the smtphost attribute to indicate a server of a determinated outgoing mail.