diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-07-23 08:52:23 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-07-23 08:53:05 +0200 |
commit | e7d997915dac4e4a08995e6ba40dd50c92cafc4a (patch) | |
tree | 4cf0ad25f8f0792fd0945ef7af2d48efd9b706fb /program/lib/Auth/SASL/External.php | |
parent | 0b0bc46a909924aa8770f3f72998bab23440bb90 (diff) |
Update Net_SMTP/Auth_SASL packages to fix Digest-MD5/Cram-MD5 authentication (#1488571)
Diffstat (limited to 'program/lib/Auth/SASL/External.php')
-rw-r--r-- | program/lib/Auth/SASL/External.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Auth/SASL/External.php b/program/lib/Auth/SASL/External.php index 86a17cb7a..c5ae25e75 100644 --- a/program/lib/Auth/SASL/External.php +++ b/program/lib/Auth/SASL/External.php @@ -32,7 +32,7 @@ // | Author: Christoph Schulz <develop@kristov.de> | // +-----------------------------------------------------------------------+ // -// $Id: External.php 286825 2009-08-05 06:23:42Z cweiske $ +// $Id$ /** * Implmentation of EXTERNAL SASL mechanism |