blob: 583f5a0e8b3fc4d9926046968e6ad737a478689f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Python utilities for console mail clients like Mutt.
sigpager: Offers an interactive selection of signatures.
urlpager: Searches for urls, and retrieves url selected by user.
Urls include Message-IDs.
urlbatcher: Retrieve urls contained in input.
pybrowser: Can be used as general browser call. Application to
override platform default can be specified via -b option.
viewhtmlmsg: Display html message in browser.
wrap: Word wrap text input. With support for messages
(recognition of quote chars etc.).
WWW: https://bitbucket.org/blacktrash/muttils
|