aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-09-23 14:51:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-09-23 14:51:22 +0000
commit58db76632b55e7eeb7d613ec63e095e560b5bcea (patch)
tree687752a624f2fb1feb49b96045b92b2b7ad73e98 /fetchmail.h
parent03e7c8d5c0c86384256d8e0ac70a3517f6a36d41 (diff)
downloadfetchmail-58db76632b55e7eeb7d613ec63e095e560b5bcea.tar.gz
fetchmail-58db76632b55e7eeb7d613ec63e095e560b5bcea.tar.bz2
fetchmail-58db76632b55e7eeb7d613ec63e095e560b5bcea.zip
Canonicalize both name and password.
svn path=/trunk/; revision=2588
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 20387750..31db1b4c 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -53,6 +53,7 @@
*/
#define MSGBUFSIZE 8192
+#define NAMELEN 64 /* max username length */
#define PASSWORDLEN 64 /* max password length */
#define DIGESTLEN 33 /* length of MD5 digest */