mail.h | mail.h | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
/* | /* | |||
* Program: Mailbox Access routines | * Program: Mailbox Access routines | |||
* | * | |||
* Author: Mark Crispin | * Author: Mark Crispin | |||
* UW Technology | * UW Technology | |||
* University of Washington | * University of Washington | |||
* Seattle, WA 98195 | * Seattle, WA 98195 | |||
* Internet: MRC@Washington.EDU | * Internet: MRC@Washington.EDU | |||
* | * | |||
* Date: 22 November 1989 | * Date: 22 November 1989 | |||
* Last Edited: 14 January 2008 | * Last Edited: 25 March 2008 | |||
*/ | */ | |||
/* The Version */ | /* The Version */ | |||
#define CCLIENTVERSION "2007a" | #define CCLIENTVERSION "2007b" | |||
/* Build parameters */ | /* Build parameters */ | |||
#define CACHEINCREMENT 250 /* cache growth increments */ | #define CACHEINCREMENT 250 /* cache growth increments */ | |||
#define MAILTMPLEN 1024 /* size of a temporary buffer */ | #define MAILTMPLEN 1024 /* size of a temporary buffer */ | |||
#define SENDBUFLEN 16385 /* size of temporary sending buffer, also | #define SENDBUFLEN 16385 /* size of temporary sending buffer, also | |||
* used for SMTP commands and NETMBX generat ion | * used for SMTP commands and NETMBX generat ion | |||
* buffer so shouldn't be made smaller than | * buffer so shouldn't be made smaller than | |||
* MAILTMPLEN. Note that there's a guard by te, | * MAILTMPLEN. Note that there's a guard by te, | |||
* so this is actually len+1. */ | * so this is actually len+1. */ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||