From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45589 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus and IMAP Date: Tue, 09 Jul 2002 11:29:31 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026207003 18114 127.0.0.1 (9 Jul 2002 09:30:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2002 09:30:03 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RrJq-0004i3-00 for ; Tue, 09 Jul 2002 11:30:02 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17RrJi-0002Ye-00; Tue, 09 Jul 2002 04:29:54 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 09 Jul 2002 04:30:17 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id EAA23962 for ; Tue, 9 Jul 2002 04:30:06 -0500 (CDT) Original-Received: (qmail 28888 invoked by alias); 9 Jul 2002 09:29:37 -0000 Original-Received: (qmail 28883 invoked from network); 9 Jul 2002 09:29:37 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by gnus.org with SMTP; 9 Jul 2002 09:29:37 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-243.axis.se [10.13.8.243]) by krynn.axis.se (8.12.3/8.12.3/Debian -4) with ESMTP id g699T8fF018524; Tue, 9 Jul 2002 11:29:08 +0200 Original-To: me@vger.org In-Reply-To: (me@vger.org's message of "Tue, 9 Jul 2002 10:52:51 +0200 (CEST)") Original-Lines: 37 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45589 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45589 me@vger.org writes: > When i run imap from mail-sources it will not sync the > imap folder, just get new once. I don't quite understand the problem. Gnus does not automatically retrieve (I assume this is what you mean by `sync') new mail. If you press `g' in the *Group* buffer, Gnus will get new mail and news items. But you really should use nnimap. > 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. > 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). Niklas