File: netrc.el.html
Just the .netrc parsing functionality, abstracted so other packages besides Gnus can use it.
Defined variables (2)
netrc-file | File where user credentials are stored. |
netrc-services-file | The name of the services file. |
Defined functions (7)
netrc-credentials | (MACHINE &rest PORTS) |
netrc-find-service-name | (NUMBER &optional TYPE) |
netrc-get | (ALIST TYPE) |
netrc-machine | (LIST MACHINE &optional PORT DEFAULTPORT) |
netrc-machine-user-or-password | (MODE AUTHINFO-FILE-OR-LIST MACHINES PORTS DEFAULTS) |
netrc-parse | (&optional FILE) |
netrc-port-equal | (PORT1 PORT2) |