Gnus development mailing list
 help / color / mirror / Atom feed
From: me@vger.org
Cc: ding@gnus.org
Subject: Re: gnus and IMAP
Date: Tue, 9 Jul 2002 12:17:40 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.21.0207091213580.31299-100000@kenny.worldonline.se> (raw)
In-Reply-To: <uhej9p7us.fsf@axis.com>

On Tue, 9 Jul 2002, Niklas Morberg wrote:

> me@vger.org writes:
> 
> > I will login and all but I cant subscribe to the inbox
> > folder.
> 
> Why not? What is the error message you get when you try to
> subscribe?
> 
> My settings for running IMAP against an Exchange server are:
> 
> (setq gnus-nntp-server nil)
> (setq gnus-select-method '(nnimap "your.mailserver.here" (nnimap-stream ssl))))
> (setq nnmail-expiry-target "nnimap\+your.mailserver.here:Deleted Items")
> (setq gnus-message-archive-group "\"nnimap\+your.mailserver.here:Sent Items\"")
> 
> I don't think ssl comes with emacs, but you can find it in
> the gnus/contrib directory.
> 

This is my config now:

(setq gnus-nntp-server nil)

(setq gnus-select-method
	  '(nnml ""))

(setq gnus-secondary-select-methods
      '((nnimap "my.mail.server"
                (nnimap-server-port 143)
                (nnimap-address "my.mail.server")
				(nnimap-expunge-on-close never))))

(setq mail-sources
	  '((file :path "/my/spool/file")))

(setq nnmail-split-methods
	  '(("inbox" "")))

(setq mm-discouraged-alternatives
	  '("text/html" "text/richtext"))

(setq nnimap-split-inbox
	  '("inbox"))

(setq nnimap-split-methods
	  '(("imap" "")))

(setq nnimap-split-predicate
	  '("UNDELETED"))


I can subscribe to inbox but I cant get imap. Is this even the correct way
of doing things? Im not sure.


> > What I want to do is sync the imap folders onto
> > gnus but still have it in "outlook".
> 
> Are you sure that this is what you want? I want to have all
> my messages on the Exchange server and then read them with
> either Gnus or Outlook (or any other software for that
> matter).
> 

No, im not sure at all =). I want to run it as you have but have more mail
sources.

Im running gnus 5.8.8 right now, is that the lastest version btw?

Regards
Jerry





  reply	other threads:[~2002-07-09 10:17 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-09  8:52 me
2002-07-09  9:29 ` Niklas Morberg
2002-07-09 10:17   ` me [this message]
2002-07-09 10:27   ` me
2002-07-09 10:52   ` me
2008-08-19 16:14 gnus and imap Vitaly Mayatskikh
2008-08-19 20:12 ` Frank Schmitt
2008-08-19 22:24   ` Vitaly Mayatskikh
2008-08-20  6:42     ` Vegard Vesterheim
2008-08-20  7:41       ` Vitaly Mayatskikh
2008-08-20 16:16 ` David Engster
2008-08-21  6:26   ` Vitaly Mayatskikh
2008-08-21 11:27     ` David Engster
2008-08-21 12:57       ` Tibor Simko
2008-08-22  8:44         ` Vitaly Mayatskikh
2008-08-22  8:54           ` David Engster
2008-08-22 15:35           ` Tibor Simko
2008-08-21 15:06       ` Vitaly Mayatskikh
2008-08-21 21:15       ` Frank Schmitt
2008-08-22 12:13       ` Reiner Steib
2008-08-22 12:30         ` Vitaly Mayatskikh
2008-08-22 15:50           ` Ted Zlatanov
2008-08-22 16:10             ` Vitaly Mayatskikh
2008-08-22 16:21         ` David Engster
2008-08-22 16:27           ` Vitaly Mayatskikh
2008-08-22 17:33             ` David Engster
2008-08-22 18:11               ` Vitaly Mayatskikh
2008-08-23  9:19                 ` David Engster
2008-08-23 11:32                   ` Vitaly Mayatskikh
2008-08-23 14:52                     ` David Engster
2008-08-24  8:47                       ` Vitaly Mayatskikh
2008-08-24 18:09                         ` David Engster
2008-08-24 19:29                           ` Reiner Steib
2008-08-24 23:39                             ` David Engster
2008-08-25 19:22                               ` James Cloos
2008-08-25  0:00                           ` Daniel Pittman
2008-08-25  9:46                             ` David Engster
2008-08-25 18:02                               ` Ted Zlatanov
2008-08-25 19:50                                 ` David Engster
2008-08-25  8:05                           ` Vitaly Mayatskikh
2008-08-25 12:25                             ` David Engster
2008-08-25 13:17                               ` Vitaly Mayatskikh
2008-08-25 17:53                         ` Ted Zlatanov
2008-08-24  9:18                       ` Vitaly Mayatskikh
2008-08-24 10:08                         ` David Engster
2008-08-26 20:40                           ` Vitaly Mayatskikh
2008-09-03 11:55                             ` David Engster
2008-09-21  9:57                               ` David Engster
2009-12-07 18:57                                 ` Dan Christensen
2009-12-10 20:08                                   ` Dan Christensen
2009-12-11 20:36                                     ` David Engster

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=Pine.LNX.4.21.0207091213580.31299-100000@kenny.worldonline.se \
    --to=me@vger.org \
    --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).