myl 0.8.6__py3-none-any.whl → 0.8.8__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.
- {myl-0.8.6.dist-info → myl-0.8.8.dist-info}/METADATA +8 -4
- myl-0.8.8.dist-info/RECORD +7 -0
- {myl-0.8.6.dist-info → myl-0.8.8.dist-info}/WHEEL +1 -1
- myl.py +3 -1
- myl-0.8.6.dist-info/RECORD +0 -7
- {myl-0.8.6.dist-info → myl-0.8.8.dist-info}/LICENSE +0 -0
- {myl-0.8.6.dist-info → myl-0.8.8.dist-info}/entry_points.txt +0 -0
- {myl-0.8.6.dist-info → myl-0.8.8.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: myl
|
3
|
-
Version: 0.8.
|
3
|
+
Version: 0.8.8
|
4
4
|
Summary: Dead simple IMAP CLI client
|
5
5
|
Author-email: Philipp Schmitt <philipp@schmitt.co>
|
6
6
|
License: GNU GENERAL PUBLIC LICENSE
|
@@ -678,14 +678,18 @@ License: GNU GENERAL PUBLIC LICENSE
|
|
678
678
|
Public License instead of this License. But first, please read
|
679
679
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
680
680
|
|
681
|
+
Project-URL: homepage, https://github.com/pschmitt/myl
|
682
|
+
Project-URL: documentation, https://github.com/pschmitt/myl/blob/head/readme.md
|
683
|
+
Project-URL: repository, https://github.com/pschmitt/myl
|
684
|
+
Project-URL: issues, https://github.com/pschmitt/myl/issues
|
681
685
|
Keywords: imap,email
|
682
686
|
Classifier: Programming Language :: Python :: 3
|
683
687
|
Requires-Python: >=3.8
|
684
688
|
Description-Content-Type: text/markdown
|
685
689
|
License-File: LICENSE
|
686
|
-
Requires-Dist: imap-tools
|
687
|
-
Requires-Dist: myl-discovery
|
688
|
-
Requires-Dist: rich
|
690
|
+
Requires-Dist: imap-tools <2.0.0,>=1.5.0
|
691
|
+
Requires-Dist: myl-discovery >=0.5.7
|
692
|
+
Requires-Dist: rich <14.0.0,>=13.0.0
|
689
693
|
|
690
694
|
# 📧 myl
|
691
695
|
|
@@ -0,0 +1,7 @@
|
|
1
|
+
myl.py,sha256=tyXYwSNAkaq2rNasB1OtBldpDE209l6IzvaF_Qa1aZQ,6843
|
2
|
+
myl-0.8.8.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
3
|
+
myl-0.8.8.dist-info/METADATA,sha256=WH0BmKMEGmFQCgOwpspB-g0vbcX_iRTs7PyEmUGAzXU,43280
|
4
|
+
myl-0.8.8.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
5
|
+
myl-0.8.8.dist-info/entry_points.txt,sha256=q6nr0Kzim7JzreXQE3BTU4asLh2sx5-D0w1yLBOcHxc,33
|
6
|
+
myl-0.8.8.dist-info/top_level.txt,sha256=Wn88OJVVWyYSsKVoqzlHXxfFxh5IbrJ_Yw-ldNLe7Po,4
|
7
|
+
myl-0.8.8.dist-info/RECORD,,
|
myl.py
CHANGED
@@ -180,7 +180,9 @@ def main():
|
|
180
180
|
return 0
|
181
181
|
print(msg.text if not args.html else msg.html)
|
182
182
|
for att in msg.attachments:
|
183
|
-
print(
|
183
|
+
print(
|
184
|
+
f"📎 Attachment: {att.filename}", file=sys.stderr
|
185
|
+
)
|
184
186
|
return 0
|
185
187
|
|
186
188
|
for msg in mailbox.fetch(
|
myl-0.8.6.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
myl.py,sha256=gW7UQBL_QRK2UUbyJeibDAiHd6-LqXWuu_jEJRYkmvY,6789
|
2
|
-
myl-0.8.6.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
3
|
-
myl-0.8.6.dist-info/METADATA,sha256=VNH13178JICzUJD63AwEVPc9VXzHyyW6QjbQogoDEJs,43019
|
4
|
-
myl-0.8.6.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
5
|
-
myl-0.8.6.dist-info/entry_points.txt,sha256=q6nr0Kzim7JzreXQE3BTU4asLh2sx5-D0w1yLBOcHxc,33
|
6
|
-
myl-0.8.6.dist-info/top_level.txt,sha256=Wn88OJVVWyYSsKVoqzlHXxfFxh5IbrJ_Yw-ldNLe7Po,4
|
7
|
-
myl-0.8.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|