Skip to content
  • Matthias Andree's avatar
    fetchmailconf Python 3, IPv6, SSL overhaul · e84c18be
    Matthias Andree authored
    Replace string.find() by 'in' or .find() method
    Bump fetchmailconf version.
    Fix many pylint warnings.
    Make fetchmailconf Python 3 compatible
     - use futurize
     - decode greetline to str on Python 3
    Require Python 2.7.13 (due to ssl changes)
    e84c18be