myl 0.8.12__py3-none-any.whl → 0.8.13__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: myl
3
- Version: 0.8.12
3
+ Version: 0.8.13
4
4
  Summary: Dead simple IMAP CLI client
5
5
  Author-email: Philipp Schmitt <philipp@schmitt.co>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -688,7 +688,7 @@ Requires-Python: >=3.8
688
688
  Description-Content-Type: text/markdown
689
689
  License-File: LICENSE
690
690
  Requires-Dist: imap-tools <2.0.0,>=1.5.0
691
- Requires-Dist: myl-discovery >=0.6.0
691
+ Requires-Dist: myl-discovery >=0.6.1
692
692
  Requires-Dist: rich <14.0.0,>=13.0.0
693
693
  Requires-Dist: html2text >=2024.2.26
694
694
 
@@ -0,0 +1,7 @@
1
+ myl.py,sha256=LWpXsRzp4TJDlZo9FmvU05MapAOymm5zbDoTIM2r0JM,10715
2
+ myl-0.8.13.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
3
+ myl-0.8.13.dist-info/METADATA,sha256=DWSnwsMfGtJlBJxGCGXcxC6czJFQjOHCoGBGHo3qFwM,43318
4
+ myl-0.8.13.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
5
+ myl-0.8.13.dist-info/entry_points.txt,sha256=q6nr0Kzim7JzreXQE3BTU4asLh2sx5-D0w1yLBOcHxc,33
6
+ myl-0.8.13.dist-info/top_level.txt,sha256=Wn88OJVVWyYSsKVoqzlHXxfFxh5IbrJ_Yw-ldNLe7Po,4
7
+ myl-0.8.13.dist-info/RECORD,,
myl.py CHANGED
@@ -140,7 +140,9 @@ def main():
140
140
  if args.auto:
141
141
  try:
142
142
  settings = autodiscover(
143
- args.username, password=imap_password
143
+ args.username,
144
+ password=imap_password,
145
+ insecure=args.insecure,
144
146
  ).get("imap")
145
147
  except Exception:
146
148
  error_msg("Failed to autodiscover IMAP settings")
@@ -309,7 +311,10 @@ def main():
309
311
  else:
310
312
  console.print(table)
311
313
  if table.row_count == 0:
312
- print("[yellow italic]No messages[/yellow italic]", file=sys.stderr)
314
+ print(
315
+ "[yellow italic]No messages[/yellow italic]",
316
+ file=sys.stderr,
317
+ )
313
318
  return 0
314
319
  except Exception:
315
320
  console.print_exception(show_locals=True)
@@ -1,7 +0,0 @@
1
- myl.py,sha256=l3hgASE9E3Po7C5pB-yxaFjteMh15GKHwsnW693Z-pc,10591
2
- myl-0.8.12.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
3
- myl-0.8.12.dist-info/METADATA,sha256=LkmLWD0Q6gwkDDbDRveC8UFtn4xLCe2EzORSffywUB4,43318
4
- myl-0.8.12.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
5
- myl-0.8.12.dist-info/entry_points.txt,sha256=q6nr0Kzim7JzreXQE3BTU4asLh2sx5-D0w1yLBOcHxc,33
6
- myl-0.8.12.dist-info/top_level.txt,sha256=Wn88OJVVWyYSsKVoqzlHXxfFxh5IbrJ_Yw-ldNLe7Po,4
7
- myl-0.8.12.dist-info/RECORD,,
File without changes
File without changes