NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
23
39
40
#ifndef MUTT_POP_LIB_H
41
#define MUTT_POP_LIB_H
42
43
#include "
core/lib.h
"
44
45
struct
stat;
46
47
extern
const
struct
MxOps
MxPopOps
;
48
49
void
pop_fetch_mail
(
void
);
50
enum
MailboxType
pop_path_probe
(
const
char
*path,
const
struct
stat *st);
51
52
#endif
/* MUTT_POP_LIB_H */
lib.h
Convenience wrapper for the core headers.
MailboxType
MailboxType
Supported mailbox formats.
Definition
mailbox.h:40
MxPopOps
const struct MxOps MxPopOps
POP Mailbox - Implements MxOps -.
Definition
pop.c:1204
pop_path_probe
enum MailboxType pop_path_probe(const char *path, const struct stat *st)
Is this a POP Mailbox?
Definition
pop.c:1182
pop_fetch_mail
void pop_fetch_mail(void)
Fetch messages and save them in $spool_file.
Definition
pop.c:533
MxOps
Definition
mxapi.h:98