Searched defs:mailbox (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dlocal.c84 * Locate the user's mailbox file (ie, the place where new, unread
88 mailbox(const char* user, const char* mail) function
H A Dimap.c192 Vmalloc_t* vm; /* IMAP mailbox store */
201 int selected; /* mailbox selected */
216 int delimiter; /* mailbox hierarchy delimiter */
224 } mailbox; /* mailbox state */ member in struct:__anon128
517 * set mailbox flag capabilities
1111 while (state.msg.count < imap->mailbox.exists)
1114 if (state.msg.count < imap->mailbox.unseen || !imap->mailbox.unseen)
1117 if (imap->mailbox
[all...]

Completed in 29 milliseconds