blob: 9dd54ceed5b45097d4b9fb87b5143025eb6609be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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.).
[*]needs raw message as input to work correctly.
In Mutt, set pipe_decode=no in conjunction with pipe-message.
WWW: https://bitbucket.org/blacktrash/muttils
|