Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* imap not working fine
@ 2008-06-11  7:36 din
  2008-06-11 17:50 ` akb427
  0 siblings, 1 reply; 2+ messages in thread
From: din @ 2008-06-11  7:36 UTC (permalink / raw)
  To: info-gnus-english

I have used the following command to connect to the imap server
through gnus:
(require 'nnimap)
(require 'ssl)
(setq imap-ssl-program "openssl s_client -ssl3 -quiet -connect %s:%p")
(setq imap-authinfo-file (expand-file-name "~/.authinfo"))
(setq imap-debug "*imap-debug*")
(setq gnus-secondary-select-methods
      '((nnml "private")
        (nnimap "MyMail"
                (nnimap-address "zin10.grapper.net")
                (nnimap-server-port 143)
                (nnimap-list-pattern ("INBOX*"))
                (nnimap-authenticator login)
                (nnimap-stream ssl)
                (nnimap-expunge-on-close 'always)
                )
        ))
I get following message:
(/usr/local/bin/emacs)
Loading tool-bar...done
Loading image...done
Loading tooltip...done
For information about the GNU Project and its goals, type C-h C-p.
Loading gnus...
Loading easymenu...done
Loading gnus...done
Loading gnus-start...done
 [2 times]
Wrote /mot/dineshb/.newsrc-dribble

Reading /mot/dineshb/.newsrc.eld...
Opening nntp server on newshost...
Denied server

Reading active file from private via nnml...
Opening nnml server on private...

nnml: Reading incoming mail from file...
nnml: Reading incoming mail (no new mail)...done
Reading active file from private via nnml...done
Reading active file from MyMail via nnimap...
Opening nnimap server on MyMail...
imap: Opening IMAP connection with openssl s_client -ssl3 -quiet -
connect %s:%p -ssl3...
Loading cl-macs...done
imap: Opening IMAP connection with openssl s_client -ssl3 -quiet -
connect %s:%p -ssl2...

Loading gnus-cache...done
Opening nntp server on newshost...
Denied server

Checking new news...
Opening nndraft server...

Checking new news...done
Loading edmacro...done
No gnus is bad news
No more unread newsgroups
Making completion list...
Loading view...done


Also when I run the following openssl command
 openssl s_client -ssl3 -connect zin10.grapper.net:143
I get this result:
CONNECTED(00000004)
36933:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version
number:s3_pkt.c:286:


So Is it Gnus problem or the openssl problem? Also the same imap is
working fine with evolution...

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

* Re: imap not working fine
  2008-06-11  7:36 imap not working fine din
@ 2008-06-11 17:50 ` akb427
  0 siblings, 0 replies; 2+ messages in thread
From: akb427 @ 2008-06-11 17:50 UTC (permalink / raw)
  To: info-gnus-english


> So Is it Gnus problem or the openssl problem? Also the same imap is
> working fine with evolution...

well, since ssl is spitting the error, I'd start there, probably by
web searching on the error message.

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

end of thread, other threads:[~2008-06-11 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-11  7:36 imap not working fine din
2008-06-11 17:50 ` akb427

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