]> git.phdru.name Git - mimedecode.git/blob - ANNOUNCE
Version 2.3.1: update documentation
[mimedecode.git] / ANNOUNCE
1
2                                 mimedecode.py
3
4 WHAT IS IT
5
6    Mail users, especially in non-English countries, often find that mail
7 messages arrived in different formats, with different content types, in
8 different encodings and charsets. Usually this is good because it allows us to
9 use apropriate format/encoding/whatever. Sometimes, though, some unification is
10 desireable. For example, one may want to put mail messages into an archive,
11 make HTML indicies, run search indexer, etc. In such situations converting
12 messages to text in one character set and skipping some binary atachmetnts is
13 much desireable.
14
15    Here is the solution - mimedecode.py.
16
17    This is a program to decode MIME messages. The program expects one input
18 file (either on command line or on stdin) which is treated as an RFC822 mesage,
19 and decoded to stdout. If the file is not an RFC822 message it is just piped to
20 stdout one-to-one. If the file is a simple RFC822 message it is just decoded as
21 one part. If it is a MIME message with multiple parts ("attachments") all parts
22 are decoded. Decoding can be controlled by command-line options.
23
24 WHAT'S NEW in version 2.3.1 (2014-01-31)
25    Update documentation.
26
27 WHAT'S NEW in version 2.3.0 (2014-01-30)
28    Add option -o and output_file argument.
29
30    Forbid filtering from console to console. When the program runs
31    with no parameters and without any redirection it shows usage help.
32
33 WHAT'S NEW in version 2.2.0 (2013-12-21)
34    Rename __version__.py to mimedecode_version.py.
35
36    Use setuptools.
37
38
39 WHERE TO GET
40    Home page: http://phdru.name/Software/Python/#mimedecode
41     git clone http://git.phdru.name/mimedecode.git
42     git clone  git://git.phdru.name/mimedecode.git
43
44    Requires: Python 2.2.2+
45
46    Recommends: configured mailcap database.
47
48    Documentation (also included in the package):
49            http://phdru.name/Software/Python/mimedecode.txt
50
51
52 AUTHOR
53    Oleg Broytman <phd@phdru.name>
54
55 COPYRIGHT
56    Copyright (C) 2001-2014 PhiloSoft Design
57
58 LICENSE
59    GPL