pub fn print_attachment_index(
store: &EmailStore,
config: &Config,
) -> Result<String>Expand description
Generates attachment.html — an index of messages that have at least one
attached MIME part. Mirrors the original C hypermail writeattachments().