log

age author description
Sun, 30 Oct 2022 00:25:15 +0100 Christian Ebert setup: add license and minimum python version datadefault tip
Sun, 30 Oct 2022 00:24:13 +0100 Christian Ebert setup: for the moment still allow distutils
Sat, 29 Oct 2022 10:33:58 +0100 Christian Ebert urlregex: load and parse TLD list only once
Sat, 29 Oct 2022 10:32:32 +0100 Christian Ebert urlregex: rename private variable dict
Sat, 29 Oct 2022 10:16:23 +0100 Christian Ebert urlregex: fix two utterly outdated doc strings
Tue, 25 Oct 2022 22:50:24 +0100 Christian Ebert setup: fix compiling from hg archive
Mon, 24 Oct 2022 23:00:22 +0100 Christian Ebert iterm: use io module
Wed, 02 Mar 2022 18:03:45 +0000 Christian Ebert wget: urllib opener is not a usual one, reads only binary
Wed, 02 Feb 2022 16:21:21 +0000 Christian Ebert Make clean remove dist and egg-info directories
Wed, 02 Feb 2022 16:20:30 +0000 Christian Ebert Ignore dist and egg-info directories
Wed, 02 Feb 2022 14:47:24 +0000 Christian Ebert setup: do not use var from outer scope as argument
Tue, 01 Feb 2022 10:19:50 +0000 Christian Ebert setup fix: actually print errors
Tue, 01 Feb 2022 10:18:49 +0000 Christian Ebert Refactor setup using `subprocess.Popen with'
Mon, 31 Jan 2022 19:16:21 +0000 Christian Ebert Make version string pep 440 compliant
Mon, 31 Jan 2022 19:15:20 +0000 Christian Ebert Migrate from deprecated distutils to setuptools
Wed, 08 Dec 2021 22:28:44 +0100 Christian Ebert "with Popen" syntax for subprocesses
Wed, 08 Dec 2021 22:27:41 +0100 Christian Ebert Explicitly specify encoding for string read/write
Sun, 05 Dec 2021 17:52:34 +0100 Christian Ebert viewhtmlmsg: use HTMLParser when tweaking and fixing <head>
Sun, 05 Dec 2021 17:48:22 +0100 Christian Ebert viewhtmlmsg; explicitly set encoding when writing strings
Fri, 03 Dec 2021 11:50:23 +0100 Christian Ebert Backed out changeset 075ac802e803
Fri, 03 Dec 2021 11:07:34 +0100 Christian Ebert wget: no need to import entire urlregex module
Fri, 03 Dec 2021 11:06:19 +0100 Christian Ebert pybrowser (fix): make sure ui.text is declared for urlregex
Fri, 03 Dec 2021 00:52:02 +0100 Christian Ebert urlregex: add more address headers
Thu, 02 Dec 2021 23:50:00 +0100 Christian Ebert Reinstate --text option implying stricter URL parsing
Thu, 02 Dec 2021 23:46:38 +0100 Christian Ebert Properly set up --text option
Thu, 02 Dec 2021 23:43:24 +0100 Christian Ebert urlbatchercommand (style): adjust indentation
Thu, 02 Dec 2021 20:52:25 +0100 Christian Ebert urlcollector: treat usenet postings as email messages
Thu, 02 Dec 2021 20:35:22 +0100 Christian Ebert Try applying modern EmailPolicy
Thu, 02 Dec 2021 20:34:16 +0100 Christian Ebert Import policy module _from_ email
Thu, 02 Dec 2021 20:31:27 +0100 Christian Ebert urlcollector: refactor mailbox and email detection
Tue, 30 Nov 2021 12:55:01 +0100 Christian Ebert setup: refactor more py3 like
Tue, 30 Nov 2021 03:06:56 +0100 Christian Ebert Remove some unneeded imports
Tue, 30 Nov 2021 03:05:01 +0100 Christian Ebert viewhtmlmsg: store attachments in directory tree if given in content-id
Tue, 30 Nov 2021 03:01:00 +0100 Christian Ebert kiosk: fix absolute path to MAIL
Sun, 28 Nov 2021 15:59:40 +0100 Christian Ebert Switch to string formatting by interpolation
Fri, 26 Nov 2021 11:02:57 +0100 Christian Ebert Avoid traceback when user types Ctrl-D (Unix) or Ctrl-Z (Windows)
Thu, 25 Nov 2021 18:09:15 +0100 Christian Ebert Fix bug introduced by eval elimination c5c4b30c4fad
Thu, 25 Nov 2021 01:29:05 +0100 Christian Ebert wrapcommand: deal with 'anomalous backslash' in option constant
Thu, 25 Nov 2021 00:55:23 +0100 Christian Ebert wrap: properly deal with input files as list
Wed, 24 Nov 2021 18:03:25 +0100 Christian Ebert systemcall: prefer tmux over screen if both are available
Wed, 24 Nov 2021 18:02:50 +0100 Christian Ebert systemcall: use only subprocess.Popen, and always shell=False
Wed, 24 Nov 2021 18:00:04 +0100 Christian Ebert kiosk: remove unvoluntary alias function plainkiosk
Wed, 24 Nov 2021 17:58:08 +0100 Christian Ebert kiosk: always pause for 3 secs when some messages could not be retrieved
Wed, 24 Nov 2021 17:50:21 +0100 Christian Ebert kiosk: fix added message lookup push command, refactor arguments to syscall
Mon, 22 Nov 2021 23:43:23 +0100 Christian Ebert kiosk: more flexible mailbox focused approach
Sun, 21 Nov 2021 21:46:57 +0100 Christian Ebert urlpager: workaround py3 readline.addhistory problem
Sat, 10 Jul 2021 08:27:18 +0100 Christian Ebert viewhtmlmsg: descend into all subparts and add any HTML content to the page
Thu, 08 Jul 2021 08:11:33 +0100 Christian Ebert viewhtmlmsg: bypass attachments whose content cannot be retrieved
Fri, 11 Jun 2021 17:28:23 +0100 Christian Ebert Shortcut package imports
Fri, 11 Jun 2021 14:47:10 +0100 Christian Ebert viewhtmlmsg: retrieve attachments from both message and parts
Wed, 19 May 2021 13:17:36 +0100 Christian Ebert viewhtmlmsg: try to handle empty content-id while cid is present in src
Tue, 18 May 2021 19:57:54 +0100 Christian Ebert viewhtmlmsg: get_content always returns an UTF-8 string for text parts
Tue, 18 May 2021 19:34:27 +0100 Christian Ebert viewhtmlmsg: declare html file right before opening it
Tue, 18 May 2021 19:31:17 +0100 Christian Ebert viewhtmlmsg: replace an instance of double quotes with single quotes
Fri, 14 May 2021 00:39:36 +0100 Christian Ebert viewhtmlmsg: purge possible start and end chevrons from content id as filename
Fri, 14 May 2021 00:30:32 +0100 Christian Ebert viewhtmlmsg: re-instate overriding of html charset with content charset
Tue, 11 May 2021 23:39:24 +0100 Christian Ebert kiosk: try to detect 5 different mailbox types for message id search
Tue, 11 May 2021 15:50:27 +0100 Christian Ebert ui: try writing to stderr without str() wrapper
Sun, 09 May 2021 12:53:34 +0100 Christian Ebert Simplify get_content() usage
Sun, 09 May 2021 12:47:27 +0100 Christian Ebert viewhtmlmsg: fix copying of bytes containing attachments