Mercurial > hg > xemacs-beta
comparison lib-src/pop.c @ 771:943eaba38521
[xemacs-hg @ 2002-03-13 08:51:24 by ben]
The big ben-mule-21-5 check-in!
Various files were added and deleted. See CHANGES-ben-mule.
There are still some test suite failures. No crashes, though.
Many of the failures have to do with problems in the test suite itself
rather than in the actual code. I'll be addressing these in the next
day or so -- none of the test suite failures are at all critical.
Meanwhile I'll be trying to address the biggest issues -- i.e. build
or run failures, which will almost certainly happen on various platforms.
All comments should be sent to ben@xemacs.org -- use a Cc: if necessary
when sending to mailing lists. There will be pre- and post- tags,
something like
pre-ben-mule-21-5-merge-in, and
post-ben-mule-21-5-merge-in.
author | ben |
---|---|
date | Wed, 13 Mar 2002 08:54:06 +0000 |
parents | 023b83f4e54b |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
770:336a418893b5 | 771:943eaba38521 |
---|---|
1 /* pop.c: client routines for talking to a POP3-protocol post-office server | 1 /* pop.c: client routines for talking to a POP3-protocol post-office server |
2 Copyright (c) 1991, 1993, 1996 Free Software Foundation, Inc. | 2 Copyright (c) 1991, 1993, 1996 Free Software Foundation, Inc. |
3 Copyright (C) 2001 Ben Wing. | |
3 Written by Jonathan Kamens, jik@security.ov.com. | 4 Written by Jonathan Kamens, jik@security.ov.com. |
4 | 5 |
5 This file is part of XEmacs. | 6 This file is part of XEmacs. |
6 | 7 |
7 XEmacs is free software; you can redistribute it and/or modify | 8 XEmacs is free software; you can redistribute it and/or modify |
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 Boston, MA 02111-1307, USA. */ | 21 Boston, MA 02111-1307, USA. */ |
21 | 22 |
22 #ifdef HAVE_CONFIG_H | 23 #ifdef HAVE_CONFIG_H |
23 #define NO_SHORTNAMES /* Tell config not to load remap.h */ | 24 #define NO_SHORTNAMES /* Tell config not to load remap.h */ |
24 #define DONT_ENCAPSULATE | |
25 #include <config.h> | 25 #include <config.h> |
26 #else | 26 #else |
27 #define MAIL_USE_POP | 27 #define MAIL_USE_POP |
28 #endif | 28 #endif |
29 | 29 |