Searched +refs:imap +refs:starttls (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/net/imap/
H A Dtest_imap.rb1 require "net/imap"
112 imap = nil
114 imap = Net::IMAP.new("localhost", :port => port)
115 imap.starttls(:ca_file => CA_FILE)
116 imap
121 if imap && !imap.disconnected?
122 imap.disconnect
146 imap
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dimap.el0 ;;; imap.el --- imap library
28 ;; imap.el is a elisp library providing an interface for talking to
31 ;; imap.el is roughly divided in two parts, one that parses IMAP
37 ;; The imap.el API consist of the following functions, other functions
43 ;; imap-open, imap-opened, imap-authenticate, imap-close,
44 ;; imap
169 (defgroup imap nil function
[all...]

Completed in 266 milliseconds