Archive of RubyForge sup-talk mailing list
 help / color / mirror / Atom feed
* [sup-talk] Using TLS instead of ssl
@ 2009-10-27 11:34 k.v.ramakrishna reddy
  2009-11-02 15:57 ` William Morgan
  0 siblings, 1 reply; 2+ messages in thread
From: k.v.ramakrishna reddy @ 2009-10-27 11:34 UTC (permalink / raw)
  To: sup-talk


[-- Attachment #1.1: Type: text/plain, Size: 180 bytes --]

Hi,
   What are the changes that i need to make so that sup uses TLS instead of
ssl when connecting to my source ? Further more how can i delete a source ?

thanks very much
karri

[-- Attachment #1.2: Type: text/html, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 140 bytes --]

_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [sup-talk] Using TLS instead of ssl
  2009-10-27 11:34 [sup-talk] Using TLS instead of ssl k.v.ramakrishna reddy
@ 2009-11-02 15:57 ` William Morgan
  0 siblings, 0 replies; 2+ messages in thread
From: William Morgan @ 2009-11-02 15:57 UTC (permalink / raw)
  To: sup-talk

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 <wmorgan-sup@masanjin.net>
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-02 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-27 11:34 [sup-talk] Using TLS instead of ssl k.v.ramakrishna reddy
2009-11-02 15:57 ` William Morgan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox