From: Simon Josefsson <jas@extundo.com>
Cc: ding@gnus.org
Subject: Re: imap connection problems (WinXP / NT Emacs)
Date: Tue, 05 Aug 2003 13:41:24 +0200 [thread overview]
Message-ID: <ilu4r0wxrff.fsf@latte.josefsson.org> (raw)
In-Reply-To: <16175.578.510000.319148@ece.ucdavis.edu> (John Owens's message of "Mon, 4 Aug 2003 18:02:58 -0700")
John Owens <jowens@ece.ucdavis.edu> writes:
> I've been running imap happily under Mac OS X for a couple of months.
> Now I've moved my setup files over to Windows and during gnus startup,
> gnus hangs. This doesn't happen on my Mac.
Maybe
(setq imap-process-connection-type t)
together with
--- imap.el.~6.56.~ Thu Jul 10 16:03:59 2003
+++ imap.el Tue Aug 5 13:40:35 2003
@@ -612,7 +612,7 @@
(let* ((port (or port imap-default-ssl-port))
(coding-system-for-read imap-coding-system-for-read)
(coding-system-for-write imap-coding-system-for-write)
- (process-connection-type nil)
+ (process-connection-type imap-process-connection-type)
process)
(when (progn
(setq process (start-process
help?
Alternatively, you could try GNUTLS and change the nnimap stream from
ssl to tls.
next prev parent reply other threads:[~2003-08-05 11:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-05 1:02 John Owens
2003-08-05 11:41 ` Simon Josefsson [this message]
2003-08-05 16:12 ` John Owens
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=ilu4r0wxrff.fsf@latte.josefsson.org \
--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).