Canonicalise a Mailbox path. More...
Functions | |
static int | comp_path_canon (char *buf, size_t buflen) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. More... | |
int | imap_path_canon (char *buf, size_t buflen) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. More... | |
static int | maildir_path_canon (char *buf, size_t buflen) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. More... | |
static int | mh_path_canon (char *buf, size_t buflen) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. More... | |
static int | mbox_path_canon (char *buf, size_t buflen) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. More... | |
static int | nntp_path_canon (char *buf, size_t buflen) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. More... | |
static int | nm_path_canon (char *buf, size_t buflen) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. More... | |
static int | pop_path_canon (char *buf, size_t buflen) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. More... | |
Canonicalise a Mailbox path.
buf | Path to modify |
buflen | Length of buffer |
0 | Success |
-1 | Failure |
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 896 of file compress.c.
int imap_path_canon | ( | char * | buf, |
size_t | buflen | ||
) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2415 of file imap.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1588 of file maildir.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1175 of file mh.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1707 of file mbox.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2715 of file nntp.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2446 of file notmuch.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1172 of file pop.c.