Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: martin <nospam@nospam.net>
Subject: Re: need help setting up gnus
Date: Tue, 28 Nov 2006 23:14:54 +0100	[thread overview]
Message-ID: <54lklvcj6p.fsf@nospam.net> (raw)
In-Reply-To: <1164644810.950020.94330@l39g2000cwd.googlegroups.com>



  >>>>> Davidcollins001  <Davidcollins001@gmail.com> writes:
  > Date: 27 Nov 2006 08:26:50 -0800
  > 
  > I tried running gnus with M-x toggle-debug-on-error and got the
  > following message. From what I have seen I can't see if I have anything
  > wrong with my ~/.gnus file. Is there something that I might be missing?
  > 
  > Opening nnimap server...
  > imap: Connecting to myimapmail.warwick.ac.uk...
  > imap: Opening SSL connection with `openssl s_client -ssl3 -connect
  > %s:%p'...
  > imap: Opening SSL connection with `openssl s_client -ssl2 -connect
  > %s:%p'...
  > imap: Opening SSL connection with `s_client -ssl3 -connect %s:%p'...
  > imap: Opening SSL connection with `s_client -ssl2 -connect %s:%p'...
  > imap: Opening SSL connection with `nil'...failed
  > imap: Connecting to myimapmail.warwick.ac.uk...failed
  > 
  > My ~/.gnus file is:
  > 
  > 
  > (setq user-full-name "David Collins")
  > (setq user-mail-address "D.J.Collins@warwick.ac.uk")
  > 
  > ;; imap
  > (setq gnus-secondary-select-methods
  >       '((nnimap ""
  >                 (nnimap-address "myimapmail.warwick.ac.uk")
  > 		(nnimap-stream ssl)
  > 		(nnimap-server-port 993)
  > 		)))
  > 
  > ;; sending mail
  > ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  > (setq send-mail-function 'smtpmail-send-it)
  > (setq message-send-mail-function 'smtpmail-send-it)
  > (setq smtpmail-default-smtp-server "mail-relay.warwick.ac.uk")
  > (load-library "smtpmail")
  > 
  > Thanks
  > 
  > 

Hi,

my method accessing imap mail folders (Starting from the **Group**
buffer, no SSL connection):

  gnus-group-enter-server-mode  <menu-bar> <Gnus> <Enter server buffer>, ^
    Command: Jump to the server buffer.

  gnus-server-add-server        <menu-bar> <Server> <Add...>, a
    Command: (not documented)

  gnus-server-read-server       <menu-bar> <Server> <Browse>, RET
    Command: Browse a server.

Subscribe to the folders like you do with news groups.

Cheers

Martin
-- 
parozusa at web dot de

      reply	other threads:[~2006-11-28 22:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-24 15:48 Davidcollins001
2006-11-27 16:26 ` Davidcollins001
2006-11-28 22:14   ` martin [this message]

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=54lklvcj6p.fsf@nospam.net \
    --to=nospam@nospam.net \
    /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).