aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/nnimap.el
Commit message (Collapse)AuthorAgeFilesLines
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-12/+12
|
* * gnus-agent.el: Don't use `path'.ShengHuo ZHU2003-01-161-1/+1
| | | | | | | | | | | | | | | | | | * nnsoup.el (nnsoup-file-name): Ditto. * nnmail.el (nnmail-pathname-coding-system): Ditto. (nnmail-group-pathname): Ditto. * nnimap.el (nnimap-group-overview-filename): Ditto. * nnheader.el (nnheader-pathname-coding-system): Ditto. (nnheader-group-pathname): Ditto. * nnfolder.el (nnfolder-group-pathname): Ditto. * gnus.el (gnus-home-directory): Ditto. * gnus-group.el (gnus-group-icon-list): Ditto.
* Typos.ShengHuo ZHU2002-11-291-4/+4
|
* (nnimap-split-rule): Doc fix - escape open parens in column 0.Markus Rost2002-11-081-2/+2
|
* (nnimap-retrieve-headers): Don't assume point-min == 1.Stefan Monnier2002-04-121-2/+2
|
* (nnimap-date-days-ago): Defeat locale.Gerd Moellmann2001-10-301-5/+7
|
* Some fixes to follow coding conventions in files from Gnus.Pavel Janík2001-07-151-1/+1
|
* 2000-10-27 Simon Josefsson <[email protected]>Dave Love2000-10-271-16/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * nnimap.el (nnimap-group-overview-filename): Create directory for newfile (when use long filenames is nil). Copy+delete file if rename didn't work. (nnimap-group-overview-filename): `rename-file' and `copy-file' doesn't return anything useful, use ignore-errors instead. (nnimap-verify-uidvalidity): Delete overview file when uid validity changes. (nnimap-group-overview-filename): Store uidvalidity in filenames. Rename old files into new format. (nnimap-request-accept-article): Remove \n's from From_ lines. (nnimap-request-accept-article): Remove From[^:] lines. (imap-starttls-p): Check for starttls binary. (imap-starttls-open): More verbose. (imap-gssapi-auth): Ditto. (imap-kerberos4-auth): Ditto. (imap-cram-md5-auth): Ditto. (imap-login-auth): Ditto. (imap-anonymous-auth): Ditto. (imap-digest-md5-auth): Ditto. (imap-open): Ditto. (imap-digest-md5-p): Check capability first. (imap-parse-flag-list): Correctly parse empty lists. (imap-login-p): Support LOGINDISABLED. (imap-parse-body): Work around bug in Sun SIMS.
* require 'cl when compiling.Stefan Monnier2000-10-051-0/+1
|
* *** empty log message ***Gerd Moellmann2000-09-191-0/+1332