Gnus development mailing list
 help / color / mirror / Atom feed
* two imap.el patches
@ 2001-06-19 11:31 NAGY Andras
  2001-06-19 19:10 ` Simon Josefsson
  0 siblings, 1 reply; 4+ messages in thread
From: NAGY Andras @ 2001-06-19 11:31 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-06-20  8:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-19 11:31 two imap.el patches NAGY Andras
2001-06-19 19:10 ` Simon Josefsson
2001-06-19 22:03   ` NAGY Andras
2001-06-20  8:33     ` Simon Josefsson

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).