#ifndef IMAP_DATE_H
#define IMAP_DATE_H
time_t is filled with UTC date. timezone_offset is filled with parsed
timezone. If no timezone is given, local timezone is assumed.
allowed value. This allows you to use the value directly for comparing
timestamps. */
int *timezone_offset_r);
/* Returns given UTC timestamp as IMAP date-time string in local timezone. */
/* Returns given UTC timestamp as IMAP date-time string in given timezone. */
/* Returns TRUE if timestamp was successfully converted to a date,
FALSE if time would have been required as well (but the string is still
returned). */
#endif