Gnus development mailing list
 help / color / mirror / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: ding@gnus.org
Subject: coding problem using smtp gmail (should use quoted-printable)
Date: Mon, 10 Dec 2012 16:06:38 +0100	[thread overview]
Message-ID: <8738zet08x.fsf@gilgamesch.quim.ucm.es> (raw)

Hello

I am using gmails smtp server to send mail. 
Consider the following example


Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
¡Hola Uwe!


This is displayed fine in gnus and thunderbird. However when
reading it with gmails web interface it is displayed as:

ĄHola Uwe!


Gmail offers my 2 coding option:

Outgoing message encoding:
Learn more	
	Use default text encoding for outgoing messages
	Use Unicode (UTF-8) encoding for outgoing messages

However in  both cases not non ascii is not correctly
displayed.

Now I tried out seamonkey (thunderbird), sending format is
quoted-printable  and then everything is fine. When I
deactivate the quoted printable option, I face the same
problem. Which makes me believe I should use
quoted-printable as well in gnus. However I cannot see any
relevant variable.

I set via customize 
((iso-2022-jp . 7bit) (iso-2022-jp-2 . 7bit) (utf-16
. base64) 
(utf-16be . base64) (utf-16le . base64) 
(iso-8859-15 . quoted-printable) 
(iso-8859-1\  . quoted-printable))

But it did not help, transfer coding continues with 8bit.


What can I do?

Thanks

Uwe Brauer 




             reply	other threads:[~2012-12-10 15:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-10 15:06 Uwe Brauer [this message]
2012-12-10 19:14 ` Andreas Schwab
2012-12-10 21:46   ` Uwe Brauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8738zet08x.fsf@gilgamesch.quim.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).