#include <popstate.h>
Data Fields | |
| char * | password |
| passwd, NULL if not inserted | |
| char * | username |
| username, NULL if not inserted | |
| int | num_msgs |
| number of messages in mailbox, 0 before login | |
| mail_msg_t * | msg_list |
| pointer to messages list, NULL before login | |
| void * | other |
| pointer to other fields related to the provider | |
| int | login_done |
| to not repeate login | |
| int | stat_done |
| to not repeate uidl,list,stat | |
Definition at line 41 of file popstate.h.
|
|
to not repeate login
Definition at line 54 of file popstate.h. |
|
|
pointer to messages list, NULL before login
Definition at line 50 of file popstate.h. |
|
|
number of messages in mailbox, 0 before login
Definition at line 48 of file popstate.h. |
|
|
pointer to other fields related to the provider
Definition at line 52 of file popstate.h. |
|
|
passwd, NULL if not inserted
Definition at line 44 of file popstate.h. |
|
|
to not repeate uidl,list,stat
Definition at line 56 of file popstate.h. |
|
|
username, NULL if not inserted
Definition at line 46 of file popstate.h. |
1.3.6-20040222