Edit Rename Upload Download Back to Top

MIME type or MIME data being ignored

The NetClients MIME implementation does not provide a default version field in the message header. The absence of a version appears to cause some clients to believe there is no MIME data.

A default version will be provided in future releases of NetClients. In the mean time, you can add Mime-version (and about any other field) to your message as follows:

        aMessage fieldValueAt: 'Mime-version' put: '1.0'. 


Edit Rename Upload Download Back to Top