Changeset 4161 for trunk/lisp/mail/smtpmail.el
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/lisp/mail/smtpmail.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/mail/smtpmail.el
r4037 r4161 177 177 "Specify STARTTLS keys and certificates for servers. 178 178 This is a list of four-element list with `servername' (a string), 179 `port' (an integer), `key' (a filename) and `certificate' (a filename)." 179 `port' (an integer), `key' (a filename) and `certificate' (a 180 filename). 181 If you do not have a certificate/key pair, leave the `key' and 182 `certificate' fields as `nil'. A key/certificate pair is only 183 needed if you want to use X.509 client authenticated 184 connections." 180 185 :type '(repeat (list (string :tag "Server") 181 186 (integer :tag "Port")
