From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.42.179.196 with SMTP id br4cs124199icb; Sat, 27 Nov 2010 12:31:04 -0800 (PST) Received: by 10.224.28.75 with SMTP id l11mr3380364qac.334.1290889863325; Sat, 27 Nov 2010 12:31:03 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id f23si7985021qcs.112.2010.11.27.12.31.02; Sat, 27 Nov 2010 12:31:03 -0800 (PST) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id D31531779952; Sat, 27 Nov 2010 15:31:02 -0500 (EST) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by rubyforge.org (Postfix) with ESMTP id 2DD8B1858364 for ; Sat, 27 Nov 2010 15:26:47 -0500 (EST) Received: by wwb31 with SMTP id 31so1425945wwb.23 for ; Sat, 27 Nov 2010 12:26:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:content-type:subject :from:to:in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=HMbj83K7fMMyV/GH5Fmfk+7A9PXYa9m31+yFiaLL+7k=; b=P1U2mXTrg5tG4jNbKO0+7nLyZIkOa2gadZ2ZqWpdZj/4ks0CHU4aKmy5qHbCs/EzKq 8lqj/H0l83kA+JJ6p1HvMFszdCsPv2CKooigLwbyBpRhu4djzVFS1ytuGYiixVmYyvr8 QWARLnw39kd8yftIXTzC2ODJ5t3rQ299+J8Xs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:content-type:subject:from:to:in-reply-to:references:date :message-id:user-agent:content-transfer-encoding; b=GReOzNy7UJ1ZrKrIRyB+o8eGXXJLXvnD9rzRdaKAUB1VmqBbvTQLItq8F8v8S2ZICc yFgQllBpcWXlvQakz9KoLAOASX8J9/kUccJdl4b4UaPz8IJ8xQBUW7kuO1AiPrCiRHhs J5+GSIfGDqmyAbUbeBZW8q66aZ6a/f+tf7K0k= Received: by 10.216.46.200 with SMTP id r50mr1667768web.45.1290889607001; Sat, 27 Nov 2010 12:26:47 -0800 (PST) Received: from localhost (mut38-4-82-233-117-144.fbx.proxad.net [82.233.117.144]) by mx.google.com with ESMTPS id x12sm1575761weq.42.2010.11.27.12.26.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 27 Nov 2010 12:26:46 -0800 (PST) From: Damien Leone To: sup-talk In-reply-to: References: Date: Sat, 27 Nov 2010 21:26:43 +0100 Message-Id: <1290889043-sup-6470@mailer> User-Agent: Sup/git Subject: Re: [sup-talk] IMAP, labels, editors X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org Hi, Excerpts from Lurkos's message of sam. nov. 27 19:17:46 +0100 2010: > I've read in the latest History file that IMAP support is deprecated. > Are you going to drop it? I mainly use IMAP to read my e-mail boxes, > because I need to deal with them from different workstations (say: > home, office, laptop, etc.). > For this reason the local Maildir approach won't work for me. You can use offlineimap to fetch e-mails from your IMAP server and save them as Maildir that are then added in sup. By setting your hooks properly you can automatically call offlineimap before polling (see the wiki). > Are the labels stored in a local database or also stored as flags via IMAP? > Of course the second choice would be much more beneficial for people > using e-mail from different locations. > What happens if a new message is added to the mail spool from another > source? Does *sup-sync* preserve labels already associated? Everything is stored locally, sup does not modify the Maildir sources but there is a maildir-sync branch that allows you to keep synchronized in both directions between your IMAP server and your sup database. This is still under development though. > Is it possible to _delete_ a message via IMAP (say: mark as \Deleted > and then Expunge, using IMAP terminology)? According to your FAQ, it > seems that only mbox spools support a real delete process. Same as above. > About message composition, do you have any recommended editor, given > the fact that I never used a lot Vi nor Emacs? I use emacs with post-mode. Cheers, -- Damien Leone Web: http://dleone.fensalir.fr/ GPG: 0x82EB4DDF _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk