aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.py
Commit message (Expand)AuthorAgeFilesLines
* fetchmailconf: properly catch and report option parsing errorsMatthias Andree2021-04-241-10/+24
* Shorten some user setting texts to avoid truncation.Matthias Andree2021-03-131-2/+2
* fetchmailconf: robustness fixesMatthias Andree2021-03-131-13/+22
* fetchmailconf: Add sslcertfile to typemap.Matthias Andree2021-03-131-0/+1
* fetchmailconf.py: Bump version and copyright.Matthias Andree2021-03-071-2/+2
* fetchmailconf --version: print Python version, too.Matthias Andree2021-03-071-0/+1
* Add support for sslcertfile.Matthias Andree2021-01-031-2/+7
* fetchmailconf.py: permit -V and -h while not under X11.Matthias Andree2020-02-191-5/+5
* fetchmailconf.py: hostname qualification fixupMatthias Andree2020-01-311-2/+7
* fetchmailconf.py: Show hostname in configuration selector.Matthias Andree2020-01-311-1/+2
* fetchmailconf.py: bump version to 1.62.Matthias Andree2020-01-311-1/+1
* fetchmailconf: Catch errors from get_greetline()Matthias Andree2020-01-311-15/+29
* fetchmailconf: Add missing line separator in RunWindow.Matthias Andree2020-01-311-1/+1
* fetchmailconf: delete server entries properly.Matthias Andree2020-01-311-3/+3
* fetchmailconf: Bump version to 1.61.Matthias Andree2020-01-241-1/+1
* fetchmailconf: Set window icon for window manager.Matthias Andree2020-01-241-1/+7
* fetchmailconf: Add verbose/normal to run buttons of main window.Matthias Andree2020-01-241-2/+2
* fetchmailconf: Check fetchmail's exit status from RunWindow()Matthias Andree2020-01-241-0/+6
* fetchmailconf: Update RunWindow() line-wise.Matthias Andree2020-01-241-1/+2
* fetchmailconf: Make RunWindow resizeable.Matthias Andree2020-01-241-4/+2
* fetchmailconf: Omit unused 'parent' argument from RunWindow() constructorMatthias Andree2020-01-241-3/+3
* fetchmailconf: Heed Exceptions in make_icon_window().Matthias Andree2020-01-241-12/+8
* fetchmailconf: Simplify configdump handling, don't use a tmpfile.Matthias Andree2020-01-161-30/+9
* fetchmailconf Python 3, IPv6, SSL overhaulMatthias Andree2020-01-111-306/+397
* fetchmailconf: Permit editing the first item from a list, and more updates.Matthias Andree2019-08-211-9/+14
* Flip the switch on sslcertck in fetchmailconf, too.Matthias Andree2019-08-191-1/+1
* A few Python 3 compatibility fixes.Matthias Andree2016-06-081-7/+13
* fetchmailconf.py: make fetchmailconf.py python{2, 3}-compliantSamuel Martin2016-06-081-46/+48
* fetchmailconf.py: fix tabs/spaces mixup preventing from compiling the pyc moduleSamuel Martin2016-06-081-1266/+1266
* Fixed set invisible bug in fetchmailconf.pyMichael Banack2010-04-221-0/+2
* Rename bad-header pass to bad-header accept, ...Matthias Andree2010-02-241-1/+1
* Feature: bad-header {reject|pass}Matthias Andree2010-02-241-2/+8
* Fetchmailconf: Fix descriptions for smtpaddress and smtpname optionsMatthias Andree2009-09-231-3/+3
* Update Copyright.Matthias Andree2009-05-251-2/+2
* Fix capitalization of two global option descriptions.Matthias Andree2009-05-241-2/+2
* Treat permanent delivery errors as temporary (configurable).Matthias Andree2009-05-241-1/+22
* Merge Daniel Richard G.'s --sslcommonname option.Matthias Andree2008-03-071-4/+12
* quote folder name when writing configuration, Berlios Bug #13207, report + fi...Matthias Andree2008-02-251-2/+2
* Lower fastuidl default to 4 (was 10). Patch by Sunil Shetye.Matthias Andree2006-03-141-1/+1
* fetchmailconf.py: Accept --help and --version.Matthias Andree2006-01-141-9/+16
* Fix novice help for Poll interval and fetchall.Matthias Andree2005-12-291-2/+5
* Remove bogus Netscape IMAP4rev1 Service >= 3.6 warning about BODY[TEXT] Matthias Andree2005-12-081-7/+0
* Set service properly after autoprobe succeeded. Debian Bug#320645.Matthias Andree2005-10-301-1/+2
* fetchmailconf -h documents the fetchmailconf -h option.Matthias Andree2005-10-211-3/+8
* Put self.service check back in that got removed, it's still needed.Matthias Andree2005-09-281-1/+1
* SECURITY FIX: chmod the file to 0600 *before* writing to it, so passwords Matthias Andree2005-09-281-7/+10
* Offer authorization mode with NTLM/MSN added to expert users.Matthias Andree2005-09-271-5/+11
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-0/+7
* Bugfix: redirect fetchmail command input from /dev/null so it doesn't hang Matthias Andree2005-08-171-6/+12
* Only run fetchmail --configdump if umask succeeded.Matthias Andree2005-08-021-2/+2