aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Něcoparse_received_rplyMatěj Cepl2022-11-041-3/+3
|
* Setup testing of the real emailsMatěj Cepl2022-11-041-1/+18
|
* Parsing a little bit more of the Received headers.Matěj Cepl2022-11-044-70/+173
|
* Getting some kind of parsed tree ... pretty ugly, so far.Matěj Cepl2022-11-042-13/+78
|
* Received header lexer done, parser fails.Matěj Cepl2022-11-043-52/+383
|
* Groundwork for parsing Received: header (and generating Path: not to beMatěj Cepl2022-11-042-0/+285
| | | forgotten)
* Run 2to3Matěj Cepl2022-11-043-10/+10
|
* Parse email messages from binary files.Matěj Cepl2022-11-042-4/+4
| | | | | | Fixes #24 (see also gh#python/cpython#69731 and gh#python/cpython#85479)
* Tiny cleanupsMatěj Cepl2022-11-042-4/+4
|
* Remove PLY manualMatěj Cepl2015-01-061-0/+0
|
* Merge branch 'vs2013' into 'master'Matěj Cepl2015-01-062-7/+10
|\ | | | | | | | | | | Vs2013 See merge request !2
| * Fix working around Windows idiosyncracies.Matej Cepl2015-01-061-4/+6
| | | | | | | | Fixes #19
| * Add MSVS filesMatej Cepl2015-01-051-3/+4
|/
* Add missing wlp and wlp_parser modules to setup.py to be installed.0.9.14Matěj Cepl2015-01-052-2/+3
| | | | Fixes #18
* First noarch version upload to PyPI.0.9.13Matěj Cepl2015-01-051-1/+1
|
* First draft of the pure Python parser done, we should be noarch.Matěj Cepl2015-01-0520-1064/+187
| | | | Fixes #2
* Correctly generating abstract tree (as a list) of all tokens.Matěj Cepl2015-01-052-6/+30
|
* Add lexer based on rply.Matěj Cepl2015-01-058-94/+266
|
* Not Affero, plain GPLv3.0.9.12Matěj Cepl2015-01-033-3/+3
|
* Renaming because of conflicting (dead) PIP package.Matěj Cepl2015-01-032-7/+8
| | | | Also, fix package metadata.
* Add In-Reply-To header for news2mail.Matěj Cepl2015-01-031-0/+5
| | | | Fixes #17
* Radical simplification of logging in whitelist.Matěj Cepl2014-12-313-165/+27
| | | | | | Use logging instead of home-made stuff. Fixes #15
* Remove the spaghetti code from the main scripts.Matěj Cepl2014-12-318-138/+114
|
* Make --verbose work.Matěj Cepl2014-12-315-40/+41
| | | | | | | | mail2news produce verbose chatter with -v Fixes #13 Also cleanup.
* Remove useless debug parameter (not used anywhere).Matěj Cepl2014-12-305-15/+3
| | | | | | | Also rename my email about problems with pygn to *.eml. Fix storing logfile in the current directory, instead of $HOME. Fixes #7
* Fix setup.py0.9.10Matěj Cepl2014-12-306-56/+33
| | | | | | remove imap2nntp submodule (although it is actually quite interesting) Fixes #12
* Switch news2mail to pure email.Message based system.Matěj Cepl2014-12-282-126/+62
| | | | | Fixes #10 Fixes #3
* Work directly on self.message in mail2news.Matěj Cepl2014-12-283-86/+46
|
* Add log of what happens when new message is posted via slrn.Matěj Cepl2014-12-262-0/+112
| | | | To see what fetchnews expects to find.
* Simplify mail2news.sendemail to use nntplib.post()Matěj Cepl2014-12-252-59/+44
|
* Mighty cleanupMatěj Cepl2014-12-2413-561/+94
| | | | | | | * 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-226-337/+100
|
* pygn2m and news2mail.py use stdlib email parser.Matěj Cepl2014-12-225-462/+73
| | | | Instead of doing it on their own (poorly).
* Neither I see much value in README.debian for that matter.Matěj Cepl2014-12-211-12/+0
|
* I don’t see any value included in whitelist.5 manpage.Matěj Cepl2014-12-211-75/+0
|
* Added patch comparing two branches ... cleanup abd cleanup_failling.Matěj Cepl2014-12-211-0/+620
| | | | By this method, I hope we can approach cleanup_failling slowly.
* CLeanup of whitelist.pyMatěj Cepl2014-12-211-109/+109
|
* switch to argparse in pygn2mMatěj Cepl2014-12-214-446/+378
| | | | and cleanup in pygn2m, news2mail.py (and some leftovers in pygm2n)
* Move pygm2n to argparseMatěj Cepl2014-12-212-254/+175
| | | | Some cleanup of mail2news.py.
* Merge branch 'testsuite' into 'master'Matěj Cepl2014-12-1524-1273/+229
|\ | | | | | | | | | | | | | | Testsuite Hopefully this makes my pyg fork presentable. See merge request !1
| * Add a simple test suite.Matěj Cepl2014-12-1511-313/+190
| | | | | | | | | | | | | | | | And also fix one embarrassing typo in mail2news module. Fixes #1 Fixes #4 Fixes #6
| * I am able to build the extension with setup.pyMatěj Cepl2014-12-1517-992/+71
|/
* Made a build on Debian and collected a logs of that.Matěj Cepl2014-12-133-0/+202
| | | | | | | Also added a check target to Makefile to show what should work in future. Fixes #5
* Eliminate debian/ directory and obviously unnecessary files.Matěj Cepl2014-12-1125-1017/+62
|
* Add imap2nntp as a submodule.Matěj Cepl2014-12-112-0/+3
|
* add whitelist-pygn2mMatěj Cepl2014-07-241-0/+3
|
* Some Debian goodies -- changelog.Debian, and some manpages.Matej Cepl2014-07-244-0/+421
|
* Adding examples and documentsMatěj Cepl2014-07-249-0/+1061
|
* Ubuntu patchesMatěj Cepl2013-09-085-5/+31
| | | | http://patches.ubuntu.com/p/pyg/pyg_0.9.8ubuntu2.patch
* New version from Debian0.9.8Matěj Cepl2013-09-0828-45/+744
|