help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: determining process coding


From: Eli Zaretskii
Subject: Re: determining process coding
Date: Thu, 12 Feb 2015 17:45:49 +0200

> From: Eric Abrahamsen <eric@ericabrahamsen.net>
> Date: Thu, 12 Feb 2015 18:24:16 +0800
> 
> Gnus opens a long-running connection to an IMAP server through a process
> buffer, and while playing with the code, I tried (process-coding-system
> (get-buffer-process (current-buffer))) while the IMAP buffer was
> current, and it gave me (binary . binary).

This probably means Gnus encodes text "by hand" before sending it.
Look for encode-coding somewhere.

> Bonus points for any wisdom regarding dealing with IMAP servers that
> don't accept UTF-8.

Do they accept UTF-16?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]