Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: Jake Colman <colman@ppllc.com>
Cc: ding@gnus.org
Subject: Re: nnimap and Exchange 2007
Date: Fri, 28 Mar 2008 09:48:39 -0500	[thread overview]
Message-ID: <86od8yvr94.fsf@lifelogs.com> (raw)
In-Reply-To: <76fxub3ufm.fsf@dev-d01.ppllc.com> (Jake Colman's message of "Fri, 28 Mar 2008 08:27:25 -0400")

On Fri, 28 Mar 2008 08:27:25 -0400 Jake Colman <colman@ppllc.com> wrote: 

Jake> As of yesterday, we have moved from Exchange 2003 and Exchange 2007
Jake> and now Gnus won't work.

Jake> Yes, I have found the postings that indicate that nnimap won't work with
Jake> Exchange 2007 and that it's Microsoft's fault.  Great.  But is there
Jake> anything I can do?

Jake> I googled and found a posting from Ted Zlatanov discussing "setting up
Jake> an IMAP mail source that Gnus uses to download new mail into a local
Jake> Maildir".  I've emailed him but maybe someone on this list (or Ted if he
Jake> sees this before he seems my email) can tell me what needs to be done?

Jake> I have well over 10 years experience with using Gnus to do my email
Jake> processing.  I really can't stand the thought of doing it any other way.

I know the feeling.  Well, my settings are:

  (setq
   gnus-select-method '(nnmaildir "home"
				  (directory "~/Maildir")
				  (directory-files nnheader-directory-files-safe)
				  (get-new-mail t))
   mail-sources
      '((imap 
	 :server "myserver" 
	 :stream tls
	 :predicate "UNSEEN UNDELETED" 
	 :fetchflag "\\Seen"))
   )

I think that's all you need, but merge it carefully into your own setup.

I checked in an IMAP fix from Michael Harnois just now that may make
IMAP on Exchange 2007 OK for you.  I don't use Exchange as an IMAP
server myself, I've already set things up as you see above, so make sure
to report any problems you find if you go that route.

Ted



  reply	other threads:[~2008-03-28 14:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28 12:27 Jake Colman
2008-03-28 14:48 ` Ted Zlatanov [this message]
2008-03-28 15:18   ` Jake Colman
2008-03-28 15:32     ` Ted Zlatanov
2008-03-28 15:40       ` Jake Colman
2008-03-28 15:56         ` Ted Zlatanov
2008-03-28 16:56           ` Jake Colman
2008-04-01 14:13             ` Simon Josefsson
2008-03-28 17:29       ` Jake Colman
2008-03-28 17:47         ` Ted Zlatanov

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=86od8yvr94.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=colman@ppllc.com \
    --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).