From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/20031 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: synchronizing desktop machine and laptop Date: 25 Dec 1998 01:15:50 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199812240432.XAA15300@math.gatech.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158335 15039 80.91.224.250 (20 Oct 2002 23:58:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:58:55 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA05656 for ; Thu, 24 Dec 1998 19:19:27 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB21726; Thu, 24 Dec 1998 18:19:16 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 24 Dec 1998 18:16:39 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id SAA11400 for ; Thu, 24 Dec 1998 18:16:30 -0600 (CST) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA05638 for ; Thu, 24 Dec 1998 19:16:20 -0500 (EST) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id BAA10531; Fri, 25 Dec 1998 01:15:51 +0100 (MET) Original-To: Richard Coleman Mail-Copies-To: never Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:20031 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:20031 Richard Coleman writes: > Does anyone know about IMAP disconnected mode (does nnimap even support > that)? Protocol-wise a imap-client doesn't have to do anything to support disconnected operation, which means nnimap "support" it. > How does that compare to nnagent? It's the same thing actually, a client implementing imap disconnected mode would do it the way gnus-agent/nnagent does it (I imagine, only having a fuzzy idea about the agent internals). OTOH I'm not aware of anyone that has used gnus-agent + nnimap, so it isn't a plug'n'play solution that would solve your problem today.