Skip to main content

Module index

Module index 

Source

Functionsยง

get_index_filename
Returns the default index filename (e.g., "index.html").
get_index_path
Returns the full filesystem path for the main index file.
print_attachment_index
Generates attachment.html โ€” an index of messages that have at least one attached MIME part. Mirrors the original C hypermail writeattachments().
print_author_index
Generates the author-sorted index page HTML.
print_date_index
Generates the date-sorted index page HTML.
print_folder_index_set
Generates per-folder index pages (date / subject / author / thread) for each subdirectory created by folder_by_date or msgsperfolder.
print_folders_index
Generates folders.html โ€” a top-level directory listing used when folder_by_date or msgsperfolder is configured. Mirrors the C hypermail write_toplevel_indices() folders page.
print_monthly_index
Generates per-month index pages, returning (filename, html) pairs.
print_subject_index
Generates the subject-sorted index page HTML.
print_thread_index
Generates the threaded discussion index page HTML.
print_yearly_index
Generates per-year index pages, returning (filename, html) pairs.