Gnus development mailing list
 help / color / mirror / Atom feed
From: NAGY Andras <nagya@inf.elte.hu>
Subject: two imap.el patches
Date: 19 Jun 2001 13:31:28 +0200	[thread overview]
Message-ID: <dzcelsgvh7z.fsf@pandora.inf.elte.hu> (raw)

[-- Attachment #1: Type: text/plain, Size: 332 bytes --]

* http://www.gnus.org/list-archives/ding/200102/msg00282.html

The patch for imtest.c mentioned in this thread has been incorporated
into Cyrus-IMAP 2.0.14, so I suggest applying the relevant Gnus patch
as well.  (Or maybe a modified version, which provides an option to
choose between the pty and the pipe communication methods.)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: imap.el.patch-pty --]
[-- Type: text/x-patch, Size: 432 bytes --]

diff -u -r6.8 imap.el
--- imap.el	2001/06/03 10:10:50	6.8
+++ imap.el	2001/06/19 11:12:56
@@ -511,6 +511,7 @@
       (let* ((port (or port imap-default-port))
 	     (coding-system-for-read imap-coding-system-for-read)
 	     (coding-system-for-write imap-coding-system-for-write)
+	     (process-connection-type nil)
 	     (process (start-process 
 		       name buffer shell-file-name shell-command-switch
 		       (format-spec

[-- Attachment #3: Type: text/plain, Size: 113 bytes --]




* http://www.gnus.org/list-archives/ding/200012/msg00414.html

It seems to me this has not been applied yet.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: imap.el.patch-quiet --]
[-- Type: text/x-patch, Size: 809 bytes --]

diff -u -r6.3 imap.el
--- imap.el	2000/12/19 22:18:56	6.3
+++ imap.el	2000/12/30 16:06:56
@@ -188,10 +188,10 @@
   :group 'imap
   :type '(repeat string))
 
-(defcustom imap-ssl-program '("openssl s_client -ssl3 -connect %s:%p"
-			      "openssl s_client -ssl2 -connect %s:%p"
-			      "s_client -ssl3 -connect %s:%p"
-			      "s_client -ssl2 -connect %s:%p")
+(defcustom imap-ssl-program '("openssl s_client -quiet -ssl3 -connect %s:%p"
+			      "openssl s_client -quiet -ssl2 -connect %s:%p"
+			      "s_client -ssl3 -quiet -connect %s:%p"
+			      "s_client -ssl2 -quiet -connect %s:%p")
   "A string, or list of strings, containing commands for SSL connections.
 Within a string, %s is replaced with the server address and %p with
 port number on server.  The program should accept IMAP commands on

[-- Attachment #5: Type: text/plain, Size: 10 bytes --]




Andras

             reply	other threads:[~2001-06-19 11:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-19 11:31 NAGY Andras [this message]
2001-06-19 19:10 ` Simon Josefsson
2001-06-19 22:03   ` NAGY Andras
2001-06-20  8:33     ` Simon Josefsson

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=dzcelsgvh7z.fsf@pandora.inf.elte.hu \
    --to=nagya@inf.elte.hu \
    /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).