aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/msmtp.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-16Update msmtp formulaPeter Aronoff
Bump msmtp to 1.4.22. Also remove --disable-debug from config options, since the configuration script doesn't even recognize that option. Closes #3850. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-05-04Update msmtp to latest with tls improvementsElmak
This release adds support for authentication mechanism SCRAM-SHA-1 via GNU SASL. The new command tls_fingerprint allows one to trust one particular TLS certificate, in case tls_trust_file cannot be used for some reason. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-30msmtp: add option to build with Mac OSX Keychain supportTuncer Ayaz
Added --with-macosx-keyring option to enable the configure option of the same name. Signed-off-by: Tuncer Ayaz <tuncer.ayaz@gmail.com> Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-12-05msmtp formula.Justin Weiss
An SMTP client with a sendmail compatible interface.