pop3.el uses your passwd code

Christopher Stacy (cstacy@pilgrim.com)
Sat, 21 Feb 1998 06:49:41 -0500


I have written a pop3.el client that some people use, and I have
happily updated it to use the plist-based efs password functions
instead of the ange-ftp ones.

I removed the following comment from my code:

  ;; Ought to break out the password utility from ange-ftp.
  ;; Different passwords for different services on hashed host.
  ;; Let user specify service and defaults for ange-ftp-get-password.

along with my pop3-passwd-hashtable and all my calls to ange-ftp-get-hash-entry
and ange-ftp-generate-passwd-key and stuff.

This is just a note to say, "Thanks! Just what I had in mind!"