From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.90.117.16 with SMTP id p16cs470559agc; Mon, 2 Nov 2009 07:58:12 -0800 (PST) Received: by 10.224.79.22 with SMTP id n22mr2923452qak.230.1257177491556; Mon, 02 Nov 2009 07:58:11 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 40si7661497qyk.40.2009.11.02.07.58.11; Mon, 02 Nov 2009 07:58:11 -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 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 0230F3C8055; Mon, 2 Nov 2009 10:58:10 -0500 (EST) Received: from entry.masanjin.net (masanjin.net [209.20.72.13]) by rubyforge.org (Postfix) with ESMTP id 90A4018582C5 for ; Mon, 2 Nov 2009 10:57:51 -0500 (EST) Received: from w by entry.masanjin.net with local (Exim 4.69) (envelope-from ) id 1N4zHz-00026h-0w for sup-talk@rubyforge.org; Mon, 02 Nov 2009 07:57:51 -0800 From: William Morgan To: sup-talk In-reply-to: <2b29d9f30910270434k65550eaqf5187d048b604020@mail.gmail.com> References: <2b29d9f30910270434k65550eaqf5187d048b604020@mail.gmail.com> Date: Mon, 02 Nov 2009 07:57:50 -0800 Message-Id: <1257177347-sup-2023@masanjin.net> User-Agent: Sup/git Subject: Re: [sup-talk] Using TLS instead of ssl 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 Reformatted excerpts from k.v.ramakrishna reddy's message of 2009-10-27: > What are the changes that i need to make so that sup uses TLS instead > of ssl when connecting to my source ? Honestly I'm not sure. I'm not that familiar with IMAP. Is that something that's negotiated during setting up a connection? > Further more how can i delete a source ? There's not a great way right now. You can remove it from ~/.sup/sources.yaml manually, and then you can remove the messages from the index with something like this: $ sh devel/console.sh >> q = Index.parse_query "source_id:4" => # ... >> Index.each_id(q) { |id| Index.delete id } => nil >> Index.save -- William _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk