<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>08237479f2d85f9f7e664b61e509b9c23b6dc6cc</id>
      </parent>
    </parents>
    <author>
      <name>Mathieu Martin</name>
      <email>webmat@gmail.com</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/852fff51873f90b479655abfc6fe9bf1cacab000</url>
    <id>852fff51873f90b479655abfc6fe9bf1cacab000</id>
    <committed-date>2009-06-05T06:04:47-07:00</committed-date>
    <authored-date>2009-06-02T08:48:08-07:00</authored-date>
    <message>Install plugin straight from GitHub</message>
    <tree>17adb57cb38fcafb2b3abfec06e7b13a11d10a92</tree>
    <committer>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff0cba7df9dfb57ce32f9466b79b175e629a9022</id>
      </parent>
    </parents>
    <author>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/08237479f2d85f9f7e664b61e509b9c23b6dc6cc</url>
    <id>08237479f2d85f9f7e664b61e509b9c23b6dc6cc</id>
    <committed-date>2009-05-06T05:23:27-07:00</committed-date>
    <authored-date>2009-05-06T05:23:27-07:00</authored-date>
    <message>Use VERSION instead of Kernel::VERSION. Closes #1</message>
    <tree>b7fa10abe7903d9d942c983f9e7c7882409269bd</tree>
    <committer>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d24b366352a634e5b046a76b5da38d9159b5146</id>
      </parent>
    </parents>
    <author>
      <name>Nathan L. Walls</name>
      <email>nathan@rexluther.com</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/ff0cba7df9dfb57ce32f9466b79b175e629a9022</url>
    <id>ff0cba7df9dfb57ce32f9466b79b175e629a9022</id>
    <committed-date>2009-03-11T15:49:08-07:00</committed-date>
    <authored-date>2009-03-09T20:18:22-07:00</authored-date>
    <message>Added notes about the issue I'm resolving with the fork, namely that this
plugin doesn't work &quot;out of the box&quot; with Ruby 1.8.7, which was causing me
production deployment issues

Signed-off-by: Daniel Morrison &lt;daniel@collectiveidea.com&gt;</message>
    <tree>35f92191fad54d8e8a7c9a967d26f56f19d6a164</tree>
    <committer>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0026002fd171a29ffed3ea9b4cc58337b5e8dc3b</id>
      </parent>
    </parents>
    <author>
      <name>Nathan L. Walls</name>
      <email>nathan@rexluther.com</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/5d24b366352a634e5b046a76b5da38d9159b5146</url>
    <id>5d24b366352a634e5b046a76b5da38d9159b5146</id>
    <committed-date>2009-03-11T15:49:03-07:00</committed-date>
    <authored-date>2009-03-09T20:12:09-07:00</authored-date>
    <message>- Allowing the plugin to handle Ruby 1.8.6 or Ruby 1.8.7 by adjusting
which parameters get called against check_auth_args. A total hack.

Signed-off-by: Daniel Morrison &lt;daniel@collectiveidea.com&gt;</message>
    <tree>df80f686ba020872af1b81bed6f7e1d8b465b818</tree>
    <committer>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d9f014496ec1614a1f2fec4765840dbbd32f23e</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Suggs</name>
      <email>aaron@ktheory.com</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/0026002fd171a29ffed3ea9b4cc58337b5e8dc3b</url>
    <id>0026002fd171a29ffed3ea9b4cc58337b5e8dc3b</id>
    <committed-date>2009-03-11T15:45:59-07:00</committed-date>
    <authored-date>2008-08-15T13:37:51-07:00</authored-date>
    <message>Added support for SSL SMTP requests.

Whereas TLS does a handshake, then uses SSL, a pure SSL request will use SSL
end-to-end. To enable SSL in your environment:

ActionMailer::Base.smtp_settings = {
    :ssl =&gt; true,
    ...
}

Signed-off-by: Daniel Morrison &lt;daniel@collectiveidea.com&gt;</message>
    <tree>35476673489e24db826644b8011cf51f32a43ff8</tree>
    <committer>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5b68c80eac31aba8f0925b160f3bedc72722d215</id>
      </parent>
    </parents>
    <author>
      <name>Aaron Suggs</name>
      <email>aaron@ktheory.com</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/0d9f014496ec1614a1f2fec4765840dbbd32f23e</url>
    <id>0d9f014496ec1614a1f2fec4765840dbbd32f23e</id>
    <committed-date>2009-03-11T15:45:54-07:00</committed-date>
    <authored-date>2008-08-15T13:30:00-07:00</authored-date>
    <message>fixed typo

Signed-off-by: Daniel Morrison &lt;daniel@collectiveidea.com&gt;</message>
    <tree>8c0414ddf91fd83892ab49fa10f121cc5acb37b5</tree>
    <committer>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>67879fba407d9457f2a9c37597095d1b9bedddc2</id>
      </parent>
    </parents>
    <author>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/5b68c80eac31aba8f0925b160f3bedc72722d215</url>
    <id>5b68c80eac31aba8f0925b160f3bedc72722d215</id>
    <committed-date>2008-03-25T14:56:14-07:00</committed-date>
    <authored-date>2008-03-25T14:56:14-07:00</authored-date>
    <message>require ActionMailer using the lib name with an underscore</message>
    <tree>87f9ddeb0ca448cd7b84120552358e24ae4be75e</tree>
    <committer>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dff7bc77e233667667d3e56c24631bab73f9d99b</id>
      </parent>
    </parents>
    <author>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/67879fba407d9457f2a9c37597095d1b9bedddc2</url>
    <id>67879fba407d9457f2a9c37597095d1b9bedddc2</id>
    <committed-date>2008-03-25T14:32:48-07:00</committed-date>
    <authored-date>2008-03-25T14:32:48-07:00</authored-date>
    <message>don't use #require_dependency and #gem to load files</message>
    <tree>d7ca6b338e4f37d602fb2fdc97ece5a4e00a549d</tree>
    <committer>
      <name>Brandon Keepers</name>
      <email>brandon@collectiveidea.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array"/>
    <author>
      <name>dougal</name>
      <email>dougal@04236fd5-10eb-490a-a913-d2d19969ad76</email>
    </author>
    <url>http://github.com/collectiveidea/action_mailer_optional_tls/commit/dff7bc77e233667667d3e56c24631bab73f9d99b</url>
    <id>dff7bc77e233667667d3e56c24631bab73f9d99b</id>
    <committed-date>2008-02-04T16:38:11-08:00</committed-date>
    <authored-date>2008-02-04T16:38:11-08:00</authored-date>
    <message>Added original plugin with a README to get the facts straight.</message>
    <tree>d3ee23f658e1b1e0742c9bef56ccc1d05f8bb35c</tree>
    <committer>
      <name>dougal</name>
      <email>dougal@04236fd5-10eb-490a-a913-d2d19969ad76</email>
    </committer>
  </commit>
</commits>
