myl 0.9.2__tar.gz → 0.9.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,3 +5,4 @@ build/
5
5
  dist/
6
6
  result
7
7
  _version.py
8
+ client_secret_*.json
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: myl
3
- Version: 0.9.2
3
+ Version: 0.9.3
4
4
  Summary: Dead simple IMAP CLI client
5
5
  Author-email: Philipp Schmitt <philipp@schmitt.co>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: myl
3
- Version: 0.9.2
3
+ Version: 0.9.3
4
4
  Summary: Dead simple IMAP CLI client
5
5
  Author-email: Philipp Schmitt <philipp@schmitt.co>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -139,7 +139,7 @@ def parse_args():
139
139
  "--auto",
140
140
  help="Autodiscovery of the required server and port",
141
141
  action="store_true",
142
- default=True,
142
+ default=False,
143
143
  )
144
144
  parser.add_argument(
145
145
  "-P", "--port", help="IMAP server port", default=IMAP_PORT
myl-0.9.3/version.txt ADDED
@@ -0,0 +1 @@
1
+ 0.9.3
myl-0.9.2/version.txt DELETED
@@ -1 +0,0 @@
1
- 0.9.2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes