Stefan Monnier <[email protected]> writes: >> Is there anything that uses imap.el? I thought it was obsolete... > > Should we move it to lisp/obsolete, then?
I grepped through the Emacs tree, and there seems to still be one in-tree usage -- mail-source.el. It uses imap.el to allow a simple "download-from-IMAP" thing. Which probably nobody uses, but should still be present, I think. So either mail-source.el should be rewritten to use something else (and imap.el be obsoleted), or imap.el should be rewritten to use `open-network-stream' instead of futzing around with TLS primitives directly. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

