1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Stefan Monnier
28d38c0b90 (imap-parse-address-list, imap-parse-body-ext): Disable wrong use of `assert'. 2004-03-22 15:08:55 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
ShengHuo ZHU
f9936da658 * nnfolder.el (nnfolder-request-accept-article): Don't use
mail-header-unfold-field.

	* imap.el (imap-ssl-open): Don't depend on ssl.el.
	* nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2003-02-28 13:36:11 +00:00
Juanma Barranquero
4f014d558f (imap-mailbox-status): Fix typo. 2003-01-27 08:41:55 +00:00
ShengHuo ZHU
8f688cb015 Typos. 2002-11-29 15:57:52 +00:00
Juanma Barranquero
72e97196e9 (imap-authenticator-alist, imap-stream-alist, imap-continuation): Fix typos. 2002-08-30 11:10:30 +00:00
Pavel Janík
0ff9b955fe Doc fixes. 2001-12-20 18:59:32 +00:00
Stefan Monnier
f78cebe31c (imap-interactive-login, imap-open, imap-authenticate):
Use make-local-variable rather than make-variable-buffer-local.
2001-11-25 22:19:45 +00:00
Sam Steingold
738421d1b7 (imap-mailbox-examine, imap-mailbox-examine-1): Fix a typo: exmine' --> examine'. 2001-08-31 17:02:20 +00:00
Dave Love
2d5fdf6346 (imap-point-at-eol): New, replacing gnus-point-at-eol. 2000-11-08 15:32:11 +00:00
Dave Love
a261748441 2000-10-27 Simon Josefsson <simon@josefsson.org>
* 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.
2000-10-27 23:20:38 +00:00
Gerd Moellmann
c113de2361 *** empty log message *** 2000-09-19 13:40:08 +00:00