* smtp.el (smtp-sasl-properties): New user option.
[elisp/flim.git] / FLIM-ELS
index bb6005e..0fa8ca9 100644 (file)
--- a/FLIM-ELS
+++ b/FLIM-ELS
                     mime mime-parse mmgeneric
                     mmbuffer mmcooked mmdbuffer mmexternal
                     mailcap
-                    net-trans smtp smtpmail))
+                    sasl sasl-cram sasl-digest
+                    smtp qmtp smtpmail))
+
+(setq hmac-modules '(hex-util
+                    hmac-def
+                    md5 md5-el md5-dl
+                    sha1 sha1-el sha1-dl
+                    hmac-md5 hmac-sha1))
+
+(setq flim-modules (nconc hmac-modules flim-modules))
 
 (if (and (fboundp 'base64-encode-string)
         (subrp (symbol-function 'base64-encode-string)))