Handle the attachments command
| Data | Description | Links |
|---|---|---|
| AttachCommands | Attach Commands |
| Function | Description | Links |
|---|---|---|
| attachmatch_free() | Free an AttachMatch | list_free_t, list_free_api |
| attachmatch_new() | Create a new AttachMatch | |
| count_body_parts() | Count the MIME Body parts | |
| count_body_parts_check() | Compares mime types to the ok and except lists | |
| mutt_attachments_reset() | Reset the attachment count for all Emails | |
| mutt_count_body_parts() | Count the MIME Body parts | |
| mutt_parse_mime_message() | Parse a MIME email | |
| parse_attach_list() | Parse the "attachments" command | |
| parse_attachments() | Parse the 'attachments' command | Command::parse(), command_parse |
| parse_mime_lookup() | Parse the 'mime-lookup' command | Command::parse(), command_parse |
| parse_unattach_list() | Parse the "unattachments" command | |
| parse_unattachments() | Parse the 'unattachments' command | Command::parse(), command_parse |
| parse_unmime_lookup() | Parse the 'unmime-lookup' command | Command::parse(), command_parse |
| print_attach_list() | Print a list of attachments |