• Inline Attachments

    From Dream Master@VERT/CIAD to All on Wednesday, January 20, 2021 11:07:35
    I've noticed that I occassionally receive inline attachments (usually in ZIP format). These files come via e-mail (Internet) and the message header definitely indicates "attachment". Is the mail handler not able to understand the attachment being inline or is the data received not formatted correctly?

    Here's the relevant header data:

    OtherHeader Content-Type: application/zip;
    name="google.com!caughtinadream.com!1611014400!1611100799.zip"
    OtherHeader Content-Disposition: attachment;
    filename="google.com!caughtinadream.com!1611014400!1611100799.zip"

    Thank you in advance!

    ---
    þ Synchronet þ Caught in a Dream - Coming Soon!
  • From Digital Man@VERT to Dream Master on Wednesday, January 20, 2021 13:15:19
    Re: Inline Attachments
    By: Dream Master to All on Wed Jan 20 2021 11:07 am

    I've noticed that I occassionally receive inline attachments (usually in ZIP format). These files come via e-mail (Internet) and the message header definitely indicates "attachment". Is the mail handler not able to understand the attachment being inline or is the data received not formatted correctly?

    Here's the relevant header data:

    OtherHeader Content-Type: application/zip;
    name="google.com!caughtinadream.com!1611014400!1611100799.zip" OtherHeader Content-Disposition: attachment;
    filename="google.com!caughtinadream.com!1611014400!1611100799.zip"

    Only multi-part MIMEs are decoded internally by SBBS today. If you can send me a message with an attachment in that format, I can work on decoding support.
    --
    digital man

    Sling Blade quote #4:
    Doyle: wimpy-ass kids or mental retards.. she got one of each livin' with her. Norco, CA WX: 69.8øF, 32.0% humidity, 9 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Dream Master@VERT/CIAD to Digital Man on Wednesday, January 20, 2021 15:27:07
    Re: Inline Attachments
    By: Digital Man to Dream Master on Wed Jan 20 2021 01:15 pm

    Only multi-part MIMEs are decoded internally by SBBS today. If you can send me a message with an attachment in that format, I can work on decoding support.

    Thank you, sir. I'll send it over to you right away.

    Brian Klauss <-> Dream Master
    Caught in a Dream | caughtinadream.com a Synchronet BBS

    ---
    þ Synchronet þ Caught in a Dream - Coming Soon!
  • From Digital Man@VERT to Dream Master on Wednesday, January 20, 2021 17:37:13
    Re: Inline Attachments
    By: Dream Master to Digital Man on Wed Jan 20 2021 03:27 pm

    Re: Inline Attachments
    By: Digital Man to Dream Master on Wed Jan 20 2021 01:15 pm

    Only multi-part MIMEs are decoded internally by SBBS today. If you can send me a message with an attachment in that format, I can work on decoding support.

    Thank you, sir. I'll send it over to you right away.

    Since you forwarded from the msg/file from sbbs, and sbbs doesn't recognize that MIME-encode type, it didn't work. Your text and the ZIP file were all combined together into the single-part MIME contents (which fails zip integrity checks of course).
    --
    digital man

    Synchronet/BBS Terminology Definition #55:
    PCMS = Programmable Command and Menu Structure (introduced in SBBS v2)
    Norco, CA WX: 63.0øF, 45.0% humidity, 3 mph SW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Dream Master@VERT/CIAD to Digital Man on Wednesday, January 20, 2021 20:58:35
    Re: Inline Attachments
    By: Digital Man to Dream Master on Wed Jan 20 2021 05:37 pm

    Since you forwarded from the msg/file from sbbs, and sbbs doesn't recognize that MIME-encode type, it didn't work. Your text and the ZIP file were all combined together into the single-part MIME contents (which fails zip integrity checks of course).

    I e-mailed you a .txt version of the file. If you still don't get it, I'll figure something else out.

    Brian Klauss <-> Dream Master
    Caught in a Dream | caughtinadream.com a Synchronet BBS

    ---
    þ Synchronet þ Caught in a Dream - Coming Soon!
  • From Digital Man@VERT to Dream Master on Wednesday, January 20, 2021 23:03:14
    Re: Inline Attachments
    By: Dream Master to Digital Man on Wed Jan 20 2021 08:58 pm

    Re: Inline Attachments
    By: Digital Man to Dream Master on Wed Jan 20 2021 05:37 pm

    Since you forwarded from the msg/file from sbbs, and sbbs doesn't recognize that MIME-encode type, it didn't work. Your text and the ZIP file were all combined together into the single-part MIME contents (which fails zip integrity checks of course).

    I e-mailed you a .txt version of the file. If you still don't get it, I'll figure something else out.

    It arrived it as a multi-part MIME attachment, but I still think I got it sorted out. I just made a commit for you to test and provide feedback on. It won't help with your already-received messages, only newly received ones.
    --
    digital man

    Synchronet "Real Fact" #19:
    The first Synchronet BBS (Vertrauen) went live in July of 1991 (replacing WWIV).
    Norco, CA WX: 56.9øF, 56.0% humidity, 1 mph SW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Dream Master@VERT/CIAD to Digital Man on Thursday, January 21, 2021 11:48:38
    Re: Inline Attachments
    By: Digital Man to Dream Master on Wed Jan 20 2021 11:03 pm

    It arrived it as a multi-part MIME attachment, but I still think I got it sorted out. I just made a commit for you to test and provide feedback on. It won't help with your already-received messages, only newly received ones.

    Good news, I hope. When going through my e-mail, the message does not freak out the display and instead shows a blank area. When choosing to download the message, it opts for download the message as text and again for the download piece (the ZIPfile). The zipfile does show some corruption, but this could be because it was from earlier today before I updated with the latest commits.

    Here's the output when trying to extract the ZIPfile:

    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    unzip: cannot find zipfile directory in one of 1611187199.zip or
    1611187199.zip.zip, and cannot find 1611187199.zip.ZIP, period.

    Mind you, this is being done on a Mac so things may be worded, well, poorly. :)

    Ultimately, I will wait for my next inbound multipart message and let you know.

    Brian Klauss <-> Dream Master
    Caught in a Dream | caughtinadream.com a Synchronet BBS

    ---
    þ Synchronet þ Caught in a Dream - caughtinadream.com
  • From Digital Man@VERT to Dream Master on Thursday, January 21, 2021 12:11:52
    Re: Inline Attachments
    By: Dream Master to Digital Man on Thu Jan 21 2021 11:48 am

    Ultimately, I will wait for my next inbound multipart message and let you know.

    Single-part, but I get your meaning. Looking forward to the test results.
    --
    digital man

    Synchronet/BBS Terminology Definition #86:
    XON = Transmit On (ASCII 17, Ctrl-Q)
    Norco, CA WX: 67.9øF, 43.0% humidity, 7 mph NE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Brian Klauss@VERT to Digital Man on Thursday, January 21, 2021 13:49:43
    Re: Inline Attachments
    By: Digital Man to Dream Master on Thu Jan 21 2021 12:11 pm

    Single-part, but I get your meaning. Looking forward to the test results.

    Yes. It's Thursday. Brain is starting to shutdown.

    Brian Klauss <-> Dream Master
    Caught in a Dream | caughtinadream.com a Synchronet BBS
    --- SBBSecho 3.12-Linux
    * Origin: Caught in a Dream - caughtinadream.com (1:104/116)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net