Skip to main content

Prints mail header lines from the current user's mailbox.

# To list mail:
from

# To display the number of messages stored:
from --count

# To list mail in the specified mailbox directory:
MAIL=<path/to/mailbox> from

# To print the mail from the specified address:
from --sender=<me@example.com>