- 29 Dec, 2001 1 commit
-
-
Pavel Janík authored
-
- 20 Jun, 2000 1 commit
-
-
Dave Love authored
-
- 21 May, 2000 1 commit
-
-
Dave Love authored
-
- 19 Oct, 1999 1 commit
-
-
Paul Eggert authored
* b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c, movemail.c, pop.c: Do not include <stdlib.h>, as <config.h> does this now. * b2m.c, emacsserver.c, etags.c, profile.c: Include <config.h> before any system include files. * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c, test-distrib.c: (read, write, open, close): Do not undef. * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: (const): Do not define if HAVE_CONFIG_H; that's config.h's job. * getopt.h: Adopt glibc 2.1.2.
-
- 10 Oct, 1999 1 commit
-
-
Gerd Moellmann authored
instead of using "pop" on Unix and "pop3" on Windows NT. "pop3" has been the standard service name since RFC 1340 was published in July 1992, so I think it's safe to start using it by default.
-
- 25 May, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 06 Apr, 1998 1 commit
-
-
Karl Heuer authored
authentication, implemented by Kevin L. Mitchel <klmitch@mit.edu>.
-
- 26 Mar, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 04 Dec, 1997 1 commit
-
-
Karl Heuer authored
server to contain embedded nulls.
-
- 31 Oct, 1997 1 commit
-
-
Karl Heuer authored
pointed out by Chiaki Ishikawa.
-
- 25 Sep, 1997 1 commit
-
-
Karl Heuer authored
functions explicitly.
-
- 28 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries. Include <string.h> when STDC_HEADERS is defined, to get declarations of string functions. [KERBEROS5] (socket_connection): Support the current MIT Kerberos V5 API rather than the old one. [KERBEROS] (socket_connection): Change a constant name from SOCKET_ERROR to POP_SOCKET_ERROR to avoid a namespace conflict with a constant in a header file.
-
- 06 May, 1997 1 commit
-
-
Richard M. Stallman authored
read in separate blocks.
-
- 16 Dec, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 21 Nov, 1996 1 commit
-
-
Charles Hannum authored
overwritten deep inside krb_realmofhost(). Copy the host name to avoid conflicts.
-
- 26 Aug, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 25 Aug, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 29 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
(pop_open, pop_trash): Make the trash_started code unconditional. (socket_connection): Delete casts to void.
-
- 28 Apr, 1996 1 commit
-
-
Richard M. Stallman authored
Macro SOCKET_ERROR undefined. Don't declare h_errno. [!WINDOWSNT]: Define macros recv and send. [!WINDOWSNT] (POP_SERVICE): Change to pop3. (pop_open) [WINDOWSNT]: Initialize trash_started. (have_winsock) [WINDOWSNT]: New variable. (socket_connection) [WINDOWSNT]: Initialize winsock. (socket_connection): Use closesocket instead of close. (getline): Use recv instead of read. (fullwrite): Use send instead of write. (pop_trash): Use closesocket instead of close. (pop_trash) [WINDOWSNT]: Cleanup winsock. Check if being called recursively by sendline.
-
- 20 Jan, 1996 1 commit
-
-
Karl Heuer authored
-
- 15 Jan, 1996 1 commit
-
-
Erik Naggum authored
-
- 05 Jan, 1996 1 commit
-
-
Karl Heuer authored
-
- 24 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
fails, store the fact that we've searched it and don't search it again after reading more data. (getline): When determining whether or not it's necessary to grow the input buffer, take into account the null that's stored at the end of already-read input in the buffer.
-
- 19 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
defined, and if HAVE_CONFIG_H isn't defined, define MAIL_USE_POP always (so that this file can be included in other programs besides emacs). Only declare h_errno if HAVE_H_ERRNO isn't defined or HAVE_CONFIG_H isn't defined. (find_crlf, getline): Instead of using strstr, use a custom function for finding CRLF. (my_strstr): Function deleted.
-
- 18 Oct, 1994 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Don't include string.h or strings.h. Include des.h before krb.h. Do declare my_strstr. (getline): Really use my_strstr. Leave one empty place in server->buffer, and put a null at the end of the data in it.
-
- 27 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
-