aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.py
Commit message (Collapse)AuthorAgeFilesLines
* Put self.service check back in that got removed, it's still needed.Matthias Andree2005-09-281-1/+1
| | | | svn path=/trunk/; revision=4352
* SECURITY FIX: chmod the file to 0600 *before* writing to it, so passwords Matthias Andree2005-09-281-7/+10
| | | | | | | | | | | | | aren't exposed, and set umask 077 before opening the file to be extra safe. Configuration files larger than the Python default write buffer might otherwise be exposed to other users. Fix: Don't crash on saving the configuration if protocol is "auto". Fix: Split authlist button bar in two rows. Change: The configuration file comment now contains the fetchmailconf version. Change: Bump version to 1.49. svn path=/trunk/; revision=4351
* Offer authorization mode with NTLM/MSN added to expert users.Matthias Andree2005-09-271-5/+11
| | | | svn path=/trunk/; revision=4344
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-0/+7
| | | | svn path=/trunk/; revision=4289
* Bugfix: redirect fetchmail command input from /dev/null so it doesn't hang Matthias Andree2005-08-171-6/+12
| | | | | | | waiting for a password. Reported by Michal Marek (SUSE). Bugfix: Pass -N option to fetchmail commands to run them in the foreground. svn path=/trunk/; revision=4238
* Only run fetchmail --configdump if umask succeeded.Matthias Andree2005-08-021-2/+2
| | | | svn path=/trunk/; revision=4222
* Rename fetchmailconf to fetchmailconf.py.Matthias Andree2005-08-021-0/+2105
Add a shell wrapper script fetchmailconf (with @PYTHON@ substituted). Use automake's PYTHON mode to byte-compile the script at install time. svn path=/trunk/; revision=4220