Outlook not processing multi-byte characters when using mailto:

后端 未结 5 607
谎友^
谎友^ 2021-01-15 21:59

I have similar problem to the one described in this question: I am using the \"mailto\" protocol to open the default mail client from Java (I am tied to Java 5 for now, so s

5条回答
  •  萌比男神i
    2021-01-15 22:08

    The mailto: link should use RFC2047 encoding rather than UTF. http://en.wikipedia.org/wiki/MIME

    mailto:me@example.com?subject==?UTF8?B?aGVsbG8?=

    http://webnet77.com/cgi-bin/helpers/base-64.pl

提交回复
热议问题