From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82585 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: coding problem using smtp gmail (should use quoted-printable) Date: Mon, 10 Dec 2012 16:06:38 +0100 Message-ID: <8738zet08x.fsf@gilgamesch.quim.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1355152128 10534 80.91.229.3 (10 Dec 2012 15:08:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2012 15:08:48 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30851@lists.math.uh.edu Mon Dec 10 16:09:02 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ti4yb-00064V-Iq for ding-account@gmane.org; Mon, 10 Dec 2012 16:09:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Ti4wp-0000PU-QN; Mon, 10 Dec 2012 09:07:11 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ti4wn-0000PE-0b for ding@lists.math.uh.edu; Mon, 10 Dec 2012 09:07:09 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Ti4wf-0004MH-Uo for ding@lists.math.uh.edu; Mon, 10 Dec 2012 09:07:08 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Ti4wd-0004nA-PN for ding@gnus.org; Mon, 10 Dec 2012 16:06:59 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ti4wl-0004VG-M8 for ding@gnus.org; Mon, 10 Dec 2012 16:07:07 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Dec 2012 16:07:07 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Dec 2012 16:07:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 49 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es X-Hashcash: 1:20:121210:gmane.emacs.gnus.general::HD0zAL4EsxVA+KN5:000000000000000000000000000000000000057uH User-Agent: Gnus/5.110018 (No Gnus v0.18) XEmacs/21.5-b32 (linux) Cancel-Lock: sha1:21CIa9Vje+pIGXAYNgPNGLj/Wuo= X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82585 Archived-At: 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