Use Python to:
- send a plain text email
- send an email with attachment
- receive and filter emails according to some criteria
Use Python to:
| #!/usr/bin/env python2 | |
| # NOTE: Use of this script is deprecated, instead I recommend you use | |
| # | |
| # $ unzip -LL eui_v1_20.zip -d "$HOME/.steam/steam/SteamApps/common/Sid Meier's Civilization V/steamassets/assets/dlc" | |
| # | |
| # to make use of the unzip command's built-in conversion to lowercase filenames | |
| # (thanks reddit user /u/xkero and github user Mfdas) | |
| import os |