]> git.phdru.name Git - mimedecode.git/blob - ANNOUNCE
Version 2.1.4: add installation instruction in INSTALL.txt
[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
25 WHAT'S NEW in version 2.1.4 (2013-12-11)
26    Add installation instruction in INSTALL.txt.
27
28 WHAT'S NEW in version 2.1.3 (2013-12-10)
29    Minor bugfix.
30
31
32 WHERE TO GET
33    Home page: http://phdru.name/Software/Python/#mimedecode
34     git clone http://git.phdru.name/mimedecode.git
35      git clone git://git.phdru.name/mimedecode.git
36
37    Requires: Python 2.2.2+
38
39    Recommends: configured mailcap database.
40
41    Documentation (also included in the package):
42            http://phdru.name/Software/Python/mimedecode.txt
43
44
45 AUTHOR
46    Oleg Broytman <phd@phdru.name>
47
48 COPYRIGHT
49    Copyright (C) 2001-2013 PhiloSoft Design
50
51 LICENSE
52    GPL