From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22100 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: pop3 via ssl; imap Date: 28 Mar 1999 11:44:56 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <86zp4xmm9z.fsf@kramer.in.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160080 26331 80.91.224.250 (21 Oct 2002 00:28:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:28:00 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA00605 for ; Sun, 28 Mar 1999 13:46:56 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB18732; Sun, 28 Mar 1999 12:46:20 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 28 Mar 1999 12:46:47 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id MAA07964 for ; Sun, 28 Mar 1999 12:46:37 -0600 (CST) Original-Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA00589 for ; Sun, 28 Mar 1999 13:46:30 -0500 (EST) Original-Received: from leo.in.aventail.com (leo.in.aventail.com [192.168.1.136]) by newman.aventail.com (8.8.5/8.8.5) with ESMTP id KAA08866 for ; Sun, 28 Mar 1999 10:45:58 -0800 (PST) Original-Received: from kramer.in.aventail.com ([192.168.100.12]) by leo.in.aventail.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id HXQRW397; Sun, 28 Mar 1999 10:43:55 -0800 Original-Received: (from wmperry@localhost) by kramer.in.aventail.com (8.8.5/8.8.5) id LAA17367; Sun, 28 Mar 1999 11:44:56 -0800 Original-To: ding@gnus.org X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > Vladimir Volovich writes: > > > * does gnus support getting mail from pop3 server via ssl? > > You mean setting up an ssh tunnel, and then getting pop mail via the > tunnel? Yes, you can do that with the :prescript stuff. No, I believe he means using the pop3 + ssl port # and doing a real SSL handshake before anything pop related. You could do this with the 'ssl.el' package from Emacs/W3 pretty easily - pop3.el could just use open-ssl-stream if a flag was set. ssl.el requires SSLeay though. -Bill P.