Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mshow: inconsistent enumeration of MIME parts #255

Closed
algor512 opened this issue Dec 20, 2023 · 1 comment
Closed

mshow: inconsistent enumeration of MIME parts #255

algor512 opened this issue Dec 20, 2023 · 1 comment

Comments

@algor512
Copy link

The numbering of MIME parts differs in mshow and mshow -t, for example, mshow shows

From: <...>
Subject: Test
To: <...>
Date: Tue, 19 Dec 2023 17:45:46 +0100 (CET) (18 hours, 28 minutes, 29 seconds ago)

--- 1: multipart/mixed size=3224058 ---
--- --- 2: multipart/alternative size=451 ---
--- --- --- 3: text/plain size=13 ---
Test email.
--- --- 4: image/jpeg size=2175349 name="img.jpg" ---
no filter or default handler
--- --- 5: application/pdf size=210485 name="doc.pdf" ---
no filter or default handler 

while mshow -t shows

<path to file>
  1: multipart/mixed size=3224058
    2: multipart/alternative size=451
      3: text/plain size=13
      4: text/html size=166
    5: image/jpeg size=2175349 name="img.jpg"
    6: application/pdf size=210485 name="doc.pdf"
@leahneukirchen
Copy link
Owner

Duplicate of #247

This is not so easy to fix without additional work :(

@leahneukirchen leahneukirchen closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants