Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: pop3.el broken
Date: Mon, 18 Mar 2002 18:30:55 +0100	[thread overview]
Message-ID: <iluadt5kckw.fsf@extundo.com> (raw)
In-Reply-To: <yosuk7sa9ge8.fsf@jpl.org> (Katsumi Yamaoka's message of "Mon, 18 Mar 2002 22:03:58 +0900")

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Do you have any doubts?

Good analysis.

> If none, pop3.el can be modified something like follows.  It can be
> simplified if we don't have to handle to encode a password string.
>
>
> (defvar pop3-apop-passwd-coding-system nil
>   "*Coding system used to encode a non-ascii password for APOP.")

Can't we make it default to UTF-8, if available?

  (if (or (and (fboundp 'find-coding-system) (find-coding-system 'utf-8))
	  (and (fboundp 'coding-system-p) (coding-system-p 'utf-8)))
      'utf-8)

> (defmacro pop3-make-apop-auth (password)

I can't say that I tried all possible cases (or even any of them), but
this looks like the right approach.

Perhaps we can remove the pop3-md5-program stuff and use md5.el as
shipped with Gnus, but this isn't important. I think "md5sum" is more
common than "md5" (at least my redhat machine doesn't have md5).




  parent reply	other threads:[~2002-03-18 17:30 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-13 10:58 Pavel Janík
2002-03-13 15:50 ` Stainless Steel Rat
2002-03-13 16:20 ` Bill White
2002-03-13 16:31   ` Bill White
2002-03-13 17:46 ` Bill White
2002-03-13 17:53   ` Paul Jarc
2002-03-13 20:21     ` Karl Kleinpaste
2002-03-13 19:58 ` Simon Josefsson
2002-03-13 22:39   ` Katsumi Yamaoka
2002-03-14  4:52     ` Stainless Steel Rat
2002-03-14  7:01       ` Katsumi Yamaoka
2002-03-14  9:35       ` Simon Josefsson
2002-03-14 22:11         ` Stainless Steel Rat
2002-03-15 13:18           ` Katsumi Yamaoka
2002-03-15 18:03             ` Simon Josefsson
2002-03-16  4:03               ` Stainless Steel Rat
2002-03-16  9:59                 ` Simon Josefsson
2002-03-16 10:24                   ` Simon Josefsson
2002-03-16 15:19                     ` Stainless Steel Rat
2002-03-18 13:03                       ` Katsumi Yamaoka
2002-03-18 15:53                         ` Stainless Steel Rat
2002-03-18 17:12                           ` Simon Josefsson
2002-03-18 18:04                             ` Stainless Steel Rat
2002-03-18 17:30                         ` Simon Josefsson [this message]
2002-03-18 23:43                           ` Katsumi Yamaoka
2002-03-19  1:13                             ` Stainless Steel Rat
2002-03-19  9:54                             ` Simon Josefsson
2002-03-16  3:57             ` Stainless Steel Rat

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=iluadt5kckw.fsf@extundo.com \
    --to=jas@extundo.com \
    --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).