]> git.phdru.name Git - mimedecode.git/blob - ANNOUNCE
mimedecode.py version 2.0.0d.
[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.0.0d (2004-08-26)
26    Documentation update. Changed and corrected documentation, especially
27 docbook source file. Changed Makefiles to use sgml-tools or 4xslt (from
28 4Suite.org).
29
30
31 WHAT'S NEW in version 2.0.0
32    Major rewrite to use python email package. Old version is still inluded in
33 the archive; the latest bug-fix version is 1.1.7.
34
35
36 WHERE TO GET
37    Master site:    http://phd.pp.ru/Software/Python/#mimedecode
38
39    Faster mirrors: http://phd.by.ru/Software/Python/#mimedecode
40                 http://phd2.chat.ru/Software/Python/#mimedecode
41
42    Requires: Python 2.2.2+
43
44    Recommends: configured mailcap database.
45
46    Documentation (also included in the package):
47          http://phd.pp.ru/Software/Python/mimedecode.txt
48          http://phd.by.ru/Software/Python/mimedecode.txt
49       http://phd2.chat.ru/Software/Python/mimedecode.txt
50
51
52 AUTHOR
53    Oleg Broytmann <phd@phd.pp.ru>
54
55 COPYRIGHT
56    Copyright (C) 2001-2004 PhiloSoft Design
57
58 LICENSE
59    GPL