Canonicalise a Mailbox path. More...
Functions | |
static int | comp_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
int | imap_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
int | maildir_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
static int | mbox_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
static int | mh_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
static int | nntp_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
static int | nm_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
static int | pop_path_canon (struct Buffer *path) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -. | |
Canonicalise a Mailbox path.
path | Path to modify |
0 | Success |
-1 | Failure |
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 907 of file compress.c.
int imap_path_canon | ( | struct Buffer * | path | ) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2359 of file imap.c.
int maildir_path_canon | ( | struct Buffer * | path | ) |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 44 of file path.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1607 of file mbox.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1190 of file mh.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2800 of file nntp.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 2468 of file notmuch.c.
|
static |
Canonicalise a Mailbox path - Implements MxOps::path_canon() -.
Definition at line 1171 of file pop.c.