Open GoogleCodeExporter opened 8 years ago
ok, will add a command line option for that
Original comment by muq...@gmail.com
on 30 Jun 2013 at 2:34
It turned out that the problem is not the encoding rather problem with reading
multibyte characters from windows command line. mailsend uses standard C
functions and does not have support for multibyte input from windows command
line. I tested from Linux using gmail SMTP and the message was correct even
without any encoding (just needed to specify charset to Big5). I will add the
support for multibyte characters for -M option in windows but it will take some
time.
Thanks.
Original comment by muq...@gmail.com
on 2 Jul 2013 at 3:34
The option -enc base64 is available in v1.17b13. However multibyte character
input in windows still remain, I just do not have time to change all the string
related functions to handle multibyte input. So the new option is only useful
in Linux and Mac.
Original comment by muq...@gmail.com
on 20 Oct 2013 at 12:38
Original issue reported on code.google.com by
patrick....@gmail.com
on 29 Jun 2013 at 4:22