From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7398 Path: main.gmane.org!not-for-mail From: William Perry Newsgroups: gmane.emacs.gnus.general Subject: Re: POP3 support Date: Wed, 31 Jul 1996 16:05:53 -0700 Organization: Aventail, Inc. Sender: wmperry%newman@ifi.uio.no Message-ID: <31FFE6D1.55FC@aventail.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035147717 7088 80.91.224.250 (20 Oct 2002 21:01:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:01:57 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id QAA15635 for ; Wed, 31 Jul 1996 16:17:18 -0700 Original-Received: from newman (root@aventail.seanet.com [199.181.165.9]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 1 Aug 1996 01:04:26 +0200 Original-Received: from kramer (kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id QAA01694; Wed, 31 Jul 1996 16:03:39 -0700 X-Mailer: Mozilla 3.0b5a (X11; I; SunOS 5.5.1 i86pc) Original-To: Richard Pieri Xref: main.gmane.org gmane.emacs.gnus.general:7398 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7398 Richard Pieri wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > >>>>> "KR" == Ken Raeburn writes: > > KR> Just as long as I can still run movemail to talk to my pop server. I > KR> assume you didn't implement Kerberos authentication (including DES > KR> encryption) in elisp? :-) > > Don't tempt me :). > > Actually, implementing 'extensions' is simple because, unlike vm-pop, > pop3 does implement the full set of basic POP3 commands (except LIST > which is generally useless). > > There are two reasons why I did not implement APOP. One, my POP server, > the Qualcomm qpopper, does not understand it so I cannot test it. Two, > I have not dug up a precompiled MD5 filter program for Win32, which is > where I have been doing most of my development work. This is currently > on the to-do list. There is a reasonably fast implementation of md5 in elisp. Check out the latest url package. Or I can send you the md5.el manually if you'd like. You can specify a maximum message size before it shells out to a subprocess. Pretty nice. Plus XEmacs has builtin md5 support (not that that helps with win32 (yet)) -Bill P.