aboutsummaryrefslogtreecommitdiffstats
path: root/mail2news.py
Commit message (Collapse)AuthorAgeFilesLines
* Tiny cleanupsMatěj Cepl2023-05-251-1/+1
|
* Fix packaging, switch off failing tests for now.Matěj Cepl2020-07-011-1/+1
|
* Sync with 0.10.1 release on PyPI0.10.1Matěj Cepl2020-07-011-95/+9
| | | | Port to Python 3.
* Fix processing data for postMatěj Cepl2019-10-021-2/+4
|
* A ways better.Matěj Cepl2019-10-011-14/+26
| | | | Tentatively fixes #7
* Basic restructuring of the code to use setuptools’ entry_points.Matěj Cepl2019-09-301-5/+79
|
* Add missing wlp and wlp_parser modules to setup.py to be installed.0.9.14Matěj Cepl2015-01-051-1/+1
| | | | Fixes #18
* First noarch version upload to PyPI.0.9.13Matěj Cepl2015-01-051-1/+1
|
* Not Affero, plain GPLv3.0.9.12Matěj Cepl2015-01-031-1/+1
|
* Remove the spaghetti code from the main scripts.Matěj Cepl2014-12-311-23/+26
|
* Make --verbose work.Matěj Cepl2014-12-311-11/+19
| | | | | | | | mail2news produce verbose chatter with -v Fixes #13 Also cleanup.
* Fix setup.py0.9.10Matěj Cepl2014-12-301-1/+1
| | | | | | remove imap2nntp submodule (although it is actually quite interesting) Fixes #12
* Work directly on self.message in mail2news.Matěj Cepl2014-12-281-78/+38
|
* Simplify mail2news.sendemail to use nntplib.post()Matěj Cepl2014-12-251-54/+36
|
* Mighty cleanupMatěj Cepl2014-12-241-45/+26
| | | | | | | * Use more of the standard methods for OrderedDicts * remove pyginfo module (with SSOT being mail2news module) * remove TODO, INSTALL, and changelog.Debian * all FIXMEs and TODOs are filed as bugs in the issue tracker
* pygm2n and mail2news also use email.Parser.Matěj Cepl2014-12-221-101/+76
|
* pygn2m and news2mail.py use stdlib email parser.Matěj Cepl2014-12-221-52/+4
| | | | Instead of doing it on their own (poorly).
* switch to argparse in pygn2mMatěj Cepl2014-12-211-6/+4
| | | | and cleanup in pygn2m, news2mail.py (and some leftovers in pygm2n)
* Move pygm2n to argparseMatěj Cepl2014-12-211-86/+92
| | | | Some cleanup of mail2news.py.
* Add a simple test suite.Matěj Cepl2014-12-151-1/+1
| | | | | | | | And also fix one embarrassing typo in mail2news module. Fixes #1 Fixes #4 Fixes #6
* Eliminate debian/ directory and obviously unnecessary files.Matěj Cepl2014-12-111-1/+1
|
* The original upstream from Debian orig.tar.gz tarball.0.9.7Matej Cepl2008-02-261-0/+320