]> git.phdru.name Git - mimedecode.git/blob - ANNOUNCE
"BroytMann" => "Broytman".
[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.0 (2006-04-27)
26    A patch by Bogdan Maryniuk <bogdan.maryniuk@gmail.com>:
27 portable way to get the default charset.
28
29 WHAT'S NEW in version 2.0.0
30    Major rewrite to use python email package.
31
32
33 WHERE TO GET
34    Master site:    http://phd.pp.ru/Software/Python/#mimedecode
35    Mirrors:   http://phd.webhost.ru/Software/Python/#mimedecode
36                    http://phd.by.ru/Software/Python/#mimedecode
37
38    Requires: Python 2.2.2+
39
40    Recommends: configured mailcap database.
41
42    Documentation (also included in the package):
43            http://phd.pp.ru/Software/Python/mimedecode.txt
44       http://phd.webhost.ru/Software/Python/mimedecode.txt
45            http://phd.by.ru/Software/Python/mimedecode.txt
46
47
48 AUTHOR
49    Oleg Broytman <phd@phd.pp.ru>
50
51 COPYRIGHT
52    Copyright (C) 2001-2009 PhiloSoft Design
53
54 LICENSE
55    GPL