Searched refs:pop3_timestamp (Results 1 – 2 of 2) sorted by relevance
232 f->pop3_timestamp = NULL; in mailpop3_new()384 f->pop3_timestamp = timestamp; in mailpop3_connect()434 if (f->pop3_timestamp != NULL) { in mailpop3_quit()435 free(f->pop3_timestamp); in mailpop3_quit()436 f->pop3_timestamp = NULL; in mailpop3_quit()495 if (f->pop3_timestamp == NULL) in mailpop3_apop()501 …5Update(&md5context, (const unsigned char *) f->pop3_timestamp, (unsigned int) strlen (f->pop3_tim… in mailpop3_apop()
74 char * pop3_timestamp; /* connection timestamp */ member