citadel
About: Citadel is an advanced messaging and collaboration system for groupware and BBS applications (preferred OS: Linux).
![]() ![]() |
Go to the source code of this file.
Enumerations | |
enum | { DATESTRING_RFC822 , DATESTRING_IMAP } |
Functions | |
long | datestring (char *buf, size_t n, time_t xtime, int which_format) |
anonymous enum |
Enumerator | |
---|---|
DATESTRING_RFC822 | |
DATESTRING_IMAP |
Definition at line 4 of file genstamp.h.
long datestring | ( | char * | buf, |
size_t | n, | ||
time_t | xtime, | ||
int | which_format | ||
) |
Definition at line 26 of file genstamp.c.
References DATESTRING_IMAP, DATESTRING_RFC822, months, timezone, and weekdays.
Referenced by imap_fetch_envelope(), imap_fetch_internaldate(), OutputRFC822MsgHeaders(), and smtp_data().