summaryrefslogtreecommitdiff
path: root/lisp/net/imap-hash.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove imap-hash.el now that tramp-imap.el is gone.Ted Zlatanov2011-02-131-374/+0
| | | | * net/imap-hash.el: Remove file.
* Use `auto-source-search' instead of `auto-source-user-or-password'.Ted Zlatanov2011-02-121-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | * mail/smtpmail.el: Autoload `auto-source-search' instead of `auto-source-user-or-password. (smtpmail-try-auth-methods): Use it. * net/imap-hash.el: Autoload `auto-source-search' instead of `auto-source-user-or-password. (imap-hash-open-connection): Use it. * net/tramp-imap.el: Autoload `auto-source-search' instead of `auto-source-user-or-password. (tramp-imap-passphrase-callback-function): Use it. * net/tramp.el (tramp-default-method): Also check if `auth-source-search' is bound. (tramp-read-passwd): Use `auth-source-search' instead of `auto-source-user-or-password'. * url-parse.el (url-bit-for-url, url-user-for-url) (url-password-for-url): Use `auto-source-search' instead of `auto-source-user-or-password'. * url-auth.el: Autoload `auto-source-search' instead of `auto-source-user-or-password'. (url-basic-auth, url-digest-auth, url-do-auth-source-search): Use it.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* lisp/*: Fix typos in docstrings and messages.Juanma Barranquero2010-01-021-44/+44
|
* Add arch taglineMiles Bader2009-10-021-0/+2
|
* * net/imap-hash.el: New library, see NEWS.Teodor Zlatanov2009-09-271-0/+372
* Makefile.in (ELCFILES): Add imap-hash.el. * NEWS: Mention new library imap-hash.el