| Commit message (Expand) | Author | Age | Files | Lines |
* | fetchmailconf: properly catch and report option parsing errors | Matthias Andree | 2021-04-24 | 1 | -10/+24 |
* | Shorten some user setting texts to avoid truncation. | Matthias Andree | 2021-03-13 | 1 | -2/+2 |
* | fetchmailconf: robustness fixes | Matthias Andree | 2021-03-13 | 1 | -13/+22 |
* | fetchmailconf: Add sslcertfile to typemap. | Matthias Andree | 2021-03-13 | 1 | -0/+1 |
* | fetchmailconf.py: Bump version and copyright. | Matthias Andree | 2021-03-07 | 1 | -2/+2 |
* | fetchmailconf --version: print Python version, too. | Matthias Andree | 2021-03-07 | 1 | -0/+1 |
* | Add support for sslcertfile. | Matthias Andree | 2021-01-03 | 1 | -2/+7 |
* | fetchmailconf.py: permit -V and -h while not under X11. | Matthias Andree | 2020-02-19 | 1 | -5/+5 |
* | fetchmailconf.py: hostname qualification fixup | Matthias Andree | 2020-01-31 | 1 | -2/+7 |
* | fetchmailconf.py: Show hostname in configuration selector. | Matthias Andree | 2020-01-31 | 1 | -1/+2 |
* | fetchmailconf.py: bump version to 1.62. | Matthias Andree | 2020-01-31 | 1 | -1/+1 |
* | fetchmailconf: Catch errors from get_greetline() | Matthias Andree | 2020-01-31 | 1 | -15/+29 |
* | fetchmailconf: Add missing line separator in RunWindow. | Matthias Andree | 2020-01-31 | 1 | -1/+1 |
* | fetchmailconf: delete server entries properly. | Matthias Andree | 2020-01-31 | 1 | -3/+3 |
* | fetchmailconf: Bump version to 1.61. | Matthias Andree | 2020-01-24 | 1 | -1/+1 |
* | fetchmailconf: Set window icon for window manager. | Matthias Andree | 2020-01-24 | 1 | -1/+7 |
* | fetchmailconf: Add verbose/normal to run buttons of main window. | Matthias Andree | 2020-01-24 | 1 | -2/+2 |
* | fetchmailconf: Check fetchmail's exit status from RunWindow() | Matthias Andree | 2020-01-24 | 1 | -0/+6 |
* | fetchmailconf: Update RunWindow() line-wise. | Matthias Andree | 2020-01-24 | 1 | -1/+2 |
* | fetchmailconf: Make RunWindow resizeable. | Matthias Andree | 2020-01-24 | 1 | -4/+2 |
* | fetchmailconf: Omit unused 'parent' argument from RunWindow() constructor | Matthias Andree | 2020-01-24 | 1 | -3/+3 |
* | fetchmailconf: Heed Exceptions in make_icon_window(). | Matthias Andree | 2020-01-24 | 1 | -12/+8 |
* | fetchmailconf: Simplify configdump handling, don't use a tmpfile. | Matthias Andree | 2020-01-16 | 1 | -30/+9 |
* | fetchmailconf Python 3, IPv6, SSL overhaul | Matthias Andree | 2020-01-11 | 1 | -306/+397 |
* | fetchmailconf: Permit editing the first item from a list, and more updates. | Matthias Andree | 2019-08-21 | 1 | -9/+14 |
* | Flip the switch on sslcertck in fetchmailconf, too. | Matthias Andree | 2019-08-19 | 1 | -1/+1 |
* | A few Python 3 compatibility fixes. | Matthias Andree | 2016-06-08 | 1 | -7/+13 |
* | fetchmailconf.py: make fetchmailconf.py python{2, 3}-compliant | Samuel Martin | 2016-06-08 | 1 | -46/+48 |
* | fetchmailconf.py: fix tabs/spaces mixup preventing from compiling the pyc module | Samuel Martin | 2016-06-08 | 1 | -1266/+1266 |
* | Fixed set invisible bug in fetchmailconf.py | Michael Banack | 2010-04-22 | 1 | -0/+2 |
* | Rename bad-header pass to bad-header accept, ... | Matthias Andree | 2010-02-24 | 1 | -1/+1 |
* | Feature: bad-header {reject|pass} | Matthias Andree | 2010-02-24 | 1 | -2/+8 |
* | Fetchmailconf: Fix descriptions for smtpaddress and smtpname options | Matthias Andree | 2009-09-23 | 1 | -3/+3 |
* | Update Copyright. | Matthias Andree | 2009-05-25 | 1 | -2/+2 |
* | Fix capitalization of two global option descriptions. | Matthias Andree | 2009-05-24 | 1 | -2/+2 |
* | Treat permanent delivery errors as temporary (configurable). | Matthias Andree | 2009-05-24 | 1 | -1/+22 |
* | Merge Daniel Richard G.'s --sslcommonname option. | Matthias Andree | 2008-03-07 | 1 | -4/+12 |
* | quote folder name when writing configuration, Berlios Bug #13207, report + fi... | Matthias Andree | 2008-02-25 | 1 | -2/+2 |
* | Lower fastuidl default to 4 (was 10). Patch by Sunil Shetye. | Matthias Andree | 2006-03-14 | 1 | -1/+1 |
* | fetchmailconf.py: Accept --help and --version. | Matthias Andree | 2006-01-14 | 1 | -9/+16 |
* | Fix novice help for Poll interval and fetchall. | Matthias Andree | 2005-12-29 | 1 | -2/+5 |
* | Remove bogus Netscape IMAP4rev1 Service >= 3.6 warning about BODY[TEXT] | Matthias Andree | 2005-12-08 | 1 | -7/+0 |
* | Set service properly after autoprobe succeeded. Debian Bug#320645. | Matthias Andree | 2005-10-30 | 1 | -1/+2 |
* | fetchmailconf -h documents the fetchmailconf -h option. | Matthias Andree | 2005-10-21 | 1 | -3/+8 |
* | Put self.service check back in that got removed, it's still needed. | Matthias Andree | 2005-09-28 | 1 | -1/+1 |
* | SECURITY FIX: chmod the file to 0600 *before* writing to it, so passwords | Matthias Andree | 2005-09-28 | 1 | -7/+10 |
* | Offer authorization mode with NTLM/MSN added to expert users. | Matthias Andree | 2005-09-27 | 1 | -5/+11 |
* | Merge Sunil Shetye's --limitflush patch. | Matthias Andree | 2005-09-17 | 1 | -0/+7 |
* | Bugfix: redirect fetchmail command input from /dev/null so it doesn't hang | Matthias Andree | 2005-08-17 | 1 | -6/+12 |
* | Only run fetchmail --configdump if umask succeeded. | Matthias Andree | 2005-08-02 | 1 | -2/+2 |