<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,10 +26,17 @@ other options:
 	:append_domain =&gt; false/true
 		Should we always add or remove the default_domain (with preceding '@) value?
 		The default is false (always remove).
+	:ssl =&gt; false/true
+	  Sets whether to connect via SSL (TLS).  You must have OpenSSL installed.
+	  Defaults to false.
+	:port =&gt; 143
+	  Sets the port.  The :ssl option will set the port automatically unless you override it.
+	  Defaults to 143 if :ssl =&gt; false, 993 if :ssl =&gt; true
 		
 
 Other options may be added as need arises.
 
+
 Testing:
 
 To mock the IMAP login in your tests, add the following line to the top of your test_helper.rb</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -19,8 +19,10 @@ module CollectiveIdea
             :host =&gt; 'mail.example.com',
             :append_domain =&gt; false,
             :allow_new_users =&gt; true,
+            :ssl =&gt; false,
           }.merge(options)
           options[:default_domain] ||= options[:host]
+          options[:port] ||= options[:ssl] ? 993 : 143 
 
           write_inheritable_attribute(:imap_authenicatable_options, options)
           </diff>
      <filename>lib/imap_authenticatable.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2559f563e61fade89d62a8a0a31538e154e78093</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </author>
  <url>http://github.com/collectiveidea/imap_authenticatable/commit/24506701cae3bf8502b39984eef2d6ab89885d01</url>
  <id>24506701cae3bf8502b39984eef2d6ab89885d01</id>
  <committed-date>2007-02-19T07:42:53-08:00</committed-date>
  <authored-date>2007-02-19T07:42:53-08:00</authored-date>
  <message>Added SSL support</message>
  <tree>96c2aafcf040ea523524e048d4ede150eb52faea</tree>
  <committer>
    <name>Daniel Morrison</name>
    <email>daniel@collectiveidea.com</email>
  </committer>
</commit>
