WHERE TO GET
- Home page: http://phdru.name/Software/Python/#mimedecode
+ Home page: https://phdru.name/Software/Python/#mimedecode
git clone https://github.com/phdru/mimedecode.git
- git clone http://git.phdru.name/mimedecode.git
+ git clone https://git.phdru.name/mimedecode.git
git clone git://git.phdru.name/mimedecode.git
Requires: Python 2.7 or Python 3.3+, m_lib.defenc 1.0+.
Recommends: configured mailcap database.
- Documentation: http://phdru.name/Software/Python/mimedecode.html
+ Documentation: https://phdru.name/Software/Python/mimedecode.html
(also included in the package in html, man and txt formats).
System-wide:
- sudo pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ mimedecode
+ sudo pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ mimedecode
User mode:
- pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ --user mimedecode
+ pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ --user mimedecode
Virtual envs:
- pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ mimedecode
+ pip install --trusted-host phdru.name --find-links=https://phdru.name/Software/Python/ mimedecode
Installation from sources:
Replace getopt with argparse.
-Move mimedecode to http://phdru.name/Software/Python/mimedecode/ .
+Move mimedecode to https://phdru.name/Software/Python/mimedecode/ .
Release 3.1.
-<a href="http://phdru.name/Software/Python/#mimedecode">MIME decode</a> -
+<a href="https://phdru.name/Software/Python/#mimedecode">MIME decode</a> -
a program to decode MIME messages.
--trusted-host phdru.name
---find-links=http://phdru.name/Software/Python/
+--find-links=https://phdru.name/Software/Python/
--install-option=-O2
m_lib.defenc>=1.0
to find a way to convert the body to plain text (can be prevented with
options -Bbei). (The author has no idea how mailcap can be configured on
OSes other than POSIX, please don't ask; users can consult an example at
- <ulink url="http://phdru.name/Software/dotfiles/mailcap.html">http://phdru.name/Software/dotfiles/mailcap.html</ulink>).
+ <ulink url="https://phdru.name/Software/dotfiles/mailcap.html">https://phdru.name/Software/dotfiles/mailcap.html</ulink>).
The decoding process uses the first copiousoutput filter it can find. If
there are no filters the body just passed as is.
</para>
<title>SEE ALSO</title>
<para>
mimedecode home page:
- <ulink url="http://phdru.name/Software/Python/#mimedecode">http://phdru.name/Software/Python/#mimedecode</ulink>
+ <ulink url="https://phdru.name/Software/Python/#mimedecode">https://phdru.name/Software/Python/#mimedecode</ulink>
</para>
</refsect1>
[easy_install]
-find_links = http://phdru.name/Software/Python/
+find_links = https://phdru.name/Software/Python/
optimize = 2
[egg_info]
long_description_content_type="text/plain",
author="Oleg Broytman",
author_email="phd@phdru.name",
- url="http://phdru.name/Software/Python/#mimedecode",
+ url="https://phdru.name/Software/Python/#mimedecode",
project_urls={
- 'Homepage': 'http://phdru.name/Software/Python/#mimedecode',
- 'Documentation': 'http://phdru.name/Software/Python/mimedecode.html',
+ 'Homepage': 'https://phdru.name/Software/Python/#mimedecode',
+ 'Documentation': 'https://phdru.name/Software/Python/mimedecode.html',
'Download':
- 'http://phdru.name/Software/Python/'
+ 'https://phdru.name/Software/Python/'
'mimedecode-%s.tar.bz2' % mimedecode_version.__version__,
- 'Git repo': 'http://git.phdru.name/mimedecode.git',
+ 'Git repo': 'https://git.phdru.name/mimedecode.git',
'Github repo': 'https://github.com/phdru/mimedecode',
'Issue tracker': 'https://github.com/phdru/mimedecode/issues',
},