• mime in emails

    From Internetking@1:103/705 to All on Fri Nov 17 09:13:46 2017
    will there be able to read mime email and convert html to text as well attch files that are in mime as well on next coming versions?

    Thanks

    (----------) Internetking (-----------------------------)
    (----------) Internetking@bbs.internetking.us (---------)

    ... God is not dead. He is alive and autographing bibles today at Waterstones

    ---
    * Synchronet * Internetking BBS - inetk.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nightfox@1:103/705 to Internetking on Fri Nov 17 12:50:55 2017
    Re: mime in emails
    By: Internetking to All on Fri Nov 17 2017 09:13 am

    will there be able to read mime email and convert html to text as well attch files that are in mime as well on next coming versions?

    I though I read a while ago that someone had a script to strip HTML from emails (I don't remember who or if it's publicly available though). Also, it's already possible to attach a file when sending an internet email (though I think just one file attachment).

    Though, it might be handy to have an option in the Synchronet user preferences to strip HTML from emails, so that they look more normal when reading via the telnet interface. If you're getting your BBS mail with a mail reader that supports HTML, then one might prefer to have the HTML left in there.

    Nightfox

    ---
    * Synchronet * Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Bill McGarrity@1:266/404 to Nightfox on Fri Nov 17 17:50:00 2017
    Nightfox wrote to Internetking on 11-17-17 12:50 <=-

    Re: mime in emails
    By: Internetking to All on Fri Nov 17 2017 09:13 am

    will there be able to read mime email and convert html to text as well attch files that are in mime as well on next coming versions?

    I though I read a while ago that someone had a script to strip HTML
    from emails (I don't remember who or if it's publicly available
    though). Also, it's already possible to attach a file when sending an internet email (though I think just one file attachment).

    Though, it might be handy to have an option in the Synchronet user preferences to strip HTML from emails, so that they look more normal
    when reading via the telnet interface. If you're getting your BBS mail with a mail reader that supports HTML, then one might prefer to have
    the HTML left in there.

    Josh Renaud had something that did that. Was a python script though.


    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    * Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)
  • From Nightfox@1:103/705 to Bill McGarrity on Fri Nov 17 15:30:53 2017
    Re: mime in emails
    By: Bill McGarrity to Nightfox on Fri Nov 17 2017 05:50 pm

    I though I read a while ago that someone had a script to strip HTML
    from emails (I don't remember who or if it's publicly available

    Josh Renaud had something that did that. Was a python script though.

    Python? I'd be curious to know how that was integrated into Synchronet, since Synchronet uses JavaScript as its server-side scripting language. But I seem to remember reading it was set up as some kind of filter? So perhaps it wasn't run directly by Synchronet but would filter incoming emails, or something to that effect..

    Nightfox

    ---
    * Synchronet * Digital Distortion: digitaldistortionbbs.com
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From KK4QBN@1:103/705 to Internetking on Sat Nov 18 02:06:15 2017
    Re: mime in emails
    By: Internetking to All on Fri Nov 17 2017 09:13:46

    will there be able to read mime email and convert html to text as well attch files that are in mime as well on next coming versions?

    Thanks

    There are already html > text converters in the synchronet CVS tree if i'm not mistaken, now specifically taylored for email, I don't know, but I'm sure witha but of tweaking that would'nt be an issue.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - kk4qbn.synchro.net - Chatsworth GA USA
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Bill McGarrity@1:266/404 to Nightfox on Sat Nov 18 11:32:00 2017
    Nightfox wrote to Bill McGarrity on 11-17-17 15:30 <=-

    Re: mime in emails
    By: Bill McGarrity to Nightfox on Fri Nov 17 2017 05:50 pm

    I though I read a while ago that someone had a script to strip HTML
    from emails (I don't remember who or if it's publicly available

    Josh Renaud had something that did that. Was a python script though.

    Python? I'd be curious to know how that was integrated into
    Synchronet, since Synchronet uses JavaScript as its server-side
    scripting language. But I seem to remember reading it was set up as
    some kind of filter? So perhaps it wasn't run directly by Synchronet
    but would filter incoming emails, or something to that effect..

    Yes... the script itself sat on the mods folder and here is what was added to the mailproc.ini file...

    [PLAINTEXT]
    .Command = /sbbs/mods/mail-to-plaintext.py -m %m %l -e %e
    .Native = true
    .ProcessSPAM = false
    .ProcessDNSBL = false
    .Disabled = true

    Naturally, you'd have to have python loaded on a windows OS machine.




    --

    Bill

    Telnet: tequilamockingbirdonline.net
    Web: bbs.tequilamockingbirdonline.net
    FTP: ftp.tequilamockingbirdonline.net:2121
    IRC: irc.tequilamockingbirdonline.net Ports: 6661-6670 SSL: +6697
    Radio: radio.tequilamockingbirdonline.net:8010/live


    ... Look Twice... Save a Life!!! Motorcycles are Everywhere!!!
    --- MultiMail/Win32 v0.50
    * Origin: TequilaMockingbird Online - Toms River, NJ (1:266/404)
  • From Digital Man@1:103/705 to Internetking on Mon Nov 20 22:05:49 2017
    Re: mime in emails
    By: Internetking to All on Fri Nov 17 2017 09:13 am

    will there be able to read mime email

    The current development code (v3.17) can parse multi-part MIME messages and only display the plain-text portion on the terminal server. If that's what you mean by "read MIME email".

    and convert html to text

    We have some JS mods to do that, but it only works for very basic HTML.

    as well attch
    files that are in mime as well on next coming versions?

    The SMTP SendMail thread and POP3 servers (part of the Synchronet "Mail Server") will already MIME/base64-encode file attachments for outbound email. It's done that for like 10 years or more. If you mean something else, please carify.

    digital man

    Synchronet "Real Fact" #6:
    Synchronet version 3 for Linux and FreeBSD development began in 2001.
    Norco, CA WX: 63.0oF, 43.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Nightfox on Mon Nov 20 22:09:27 2017
    Re: mime in emails
    By: Nightfox to Internetking on Fri Nov 17 2017 12:50 pm

    Though, it might be handy to have an option in the Synchronet user preferences to strip HTML from emails, so that they look more normal when reading via the telnet interface. If you're getting your BBS mail with a mail reader that supports HTML, then one might prefer to have the HTML left in there.

    Already have it:

    http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/sbbs3/js_msgbase.c?view=markup&c ontent-type=text%2Fvnd.viewcvs-markup&revision=1.193

    When using the built in mail reader in the terminal server, it only displays the "plain-text" portion of MIME-encoded emails unless the user is in raw I/O mode (Ctrl-Z).

    digital man

    Synchronet/BBS Terminology Definition #25:
    FTS = FidoNet Technical Standard
    Norco, CA WX: 63.0oF, 43.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Internetking@1:103/705 to Digital Man on Tue Nov 21 12:08:29 2017
    What about files, if the user send email on terminal server and attached a uploaded file and send it to me, it will convert to uuencode or mime as
    well?

    On Mon, 20 Nov 2017, Digital Man wrote:


    Re: mime in emails
    By: Nightfox to Internetking on Fri Nov 17 2017 12:50 pm

    Though, it might be handy to have an option in the Synchronet user preferences to strip HTML from emails, so that they look more normal when reading via the telnet interface. If you're getting your BBS mail with a mail reader that supports HTML, then one might prefer to have the HTML left in there.

    Already have it:

    http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/sbbs3/js_msgbase.c?view=markup&c
    ontent-type=text%2Fvnd.viewcvs-markup&revision=1.193

    When using the built in mail reader in the terminal server, it only displays the "plain-text" portion of MIME-encoded emails unless the user is in raw I/O mode (Ctrl-Z).

    --

    (----------) Nathaniel Prugh (--------------------------)
    (----------) Nathaniel.Prugh@BellevueCollege.Edu (------)
    (----------) (pronouns: none - Nathan) (---------------)

    ---
    * Synchronet * Internetking BBS - inetk.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Internetking on Tue Nov 21 17:23:54 2017
    Re: Re: mime in emails
    By: Internetking to Digital Man on Tue Nov 21 2017 12:08 pm

    What about files, if the user send email on terminal server and attached a uploaded file and send it to me, it will convert to uuencode or mime as well?

    The mail server (POP3 and SMTP) will mime/base64-encode the attached file. Have you tried it?

    digital man

    Synchronet "Real Fact" #29:
    Rob Swindell first called BBSes (at 300bps) with an Apple II computer in 1982. Norco, CA WX: 81.2oF, 25.0% humidity, 0 mph S wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From mark lewis@1:3634/12.73 to Digital Man on Tue Nov 21 20:45:40 2017

    On 2017 Nov 21 17:23:54, you wrote to Internetking:

    What about files, if the user send email on terminal server and
    attached a uploaded file and send it to me, it will convert to uuencode
    or mime as well?

    The mail server (POP3 and SMTP) will mime/base64-encode the attached
    file. Have you tried it?

    when reading from the BBS terminal, if there's a file attached (vis MIME or UUENCODE or even XXENCODE), is there a mechanism where the file is decoded and made available in a private file directory for download?

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Blessed are the Elderly for they remember what we never knew
    ---
    * Origin: (1:3634/12.73)
  • From Digital Man@1:103/705 to mark lewis on Tue Nov 21 22:10:40 2017
    Re: mime in emails
    By: mark lewis to Digital Man on Tue Nov 21 2017 08:45 pm


    On 2017 Nov 21 17:23:54, you wrote to Internetking:

    What about files, if the user send email on terminal server and
    attached a uploaded file and send it to me, it will convert to uuencode
    or mime as well?

    The mail server (POP3 and SMTP) will mime/base64-encode the attached file. Have you tried it?

    when reading from the BBS terminal, if there's a file attached (vis MIME or UUENCODE or even XXENCODE), is there a mechanism where the file is decoded and made available in a private file directory for download?

    No, that (MIME decoding and storing of file attachments) is not supported currently.

    digital man

    This Is Spinal Tap quote #22:
    David St. Hubbins: Here lies David St. Hubbins... and why not?
    Norco, CA WX: 77.1oF, 22.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From mark lewis@1:3634/12.73 to Digital Man on Wed Nov 22 11:48:42 2017

    On 2017 Nov 21 22:10:40, you wrote to me:

    The mail server (POP3 and SMTP) will mime/base64-encode the
    attached
    file. Have you tried it?

    when reading from the BBS terminal, if there's a file attached (vis
    MIME or UUENCODE or even XXENCODE), is there a mechanism where the
    file is decoded and made available in a private file directory for
    download?

    No, that (MIME decoding and storing of file attachments) is not
    supported currently.

    we like that word "currently" ;)

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... California: the Granola State. (Lots of fruits, nuts, and flakes.)
    ---
    * Origin: (1:3634/12.73)
  • From KenDB3@1:103/705 to Internetking on Wed Nov 22 15:53:36 2017
    What about files, if the user send email on terminal server and attached a uploaded file and send it to me, it will convert to uuencode or mime as well?

    On Mon, 20 Nov 2017, Digital Man wrote:


    Re: mime in emails
    By: Nightfox to Internetking on Fri Nov 17 2017 12:50 pm

    Though, it might be handy to have an option in the Synchronet user preferences to strip HTML from emails, so that they look more normal when reading via the telnet interface. If you're getting your BBS mail with a mail reader that supports HTML, then one might prefer to have the HTML left in there.

    Already have it:

    http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/sbbs3/js_msgbase.c?view=mar kup&c
    ontent-type=text%2Fvnd.viewcvs-markup&revision=1.193

    When using the built in mail reader in the terminal server, it only displays the "plain-text" portion of MIME-encoded emails unless the user is in raw I/O mode (Ctrl-Z).

    Nightfox of Digital Distortion makes an awesome Message Reader that you can install as an external.

    Here is it in action downloading a PNG File I sent from Gmail: https://pasteboard.co/GUShxRo.png

    You can find the mod here: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/xtrn/DDMsgReader/

    ~KenDB3

    ---
    * Synchronet * KD3net-Rhode Island's only BBS about nothing. http://bbs.kd3.us
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Internetking@1:103/705 to Digital Man on Fri Nov 24 00:45:39 2017
    I tested email to myself, it shows file in email program but not on
    terminal itself. it shows like this...

    This is a multi-part message in MIME format.


    --5W2bmrsM8iRjstI3laG5zScXcEMSO4gz668F
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: 7bit

    here your file :-D

    (----------) Internetking (-----------------------------)
    (----------) Internetking@bbs.internetking.us (---------)

    ... I'm at that age now where just putting my cigar in its holder is a
    thrill.

    --5W2bmrsM8iRjstI3laG5zScXcEMSO4gz668F
    Content-Type: application/octet-stream;
    name="0eccdd95fc4235db514ecbbb3f2e2439.png"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment;
    filename="0eccdd95fc4235db514ecbbb3f2e2439.png"

    iVBORw0KGgoAAAANSUhEUgAAAmoAAADsCAYAAADEpIqTAAAACXBIWXMAAA7DAAAOwwHHb6hkAABG RUlEQVR4Xu2dB5gURd6Hve/uFFHiknOOksSEGRUFVERJgiKKIAKCKEhQVEBERVFEVNRFMJwRs5yB

    blah blah


    On Tue, 21 Nov 2017, Digital Man wrote:


    Re: Re: mime in emails
    By: Internetking to Digital Man on Tue Nov 21 2017 12:08 pm

    What about files, if the user send email on terminal server and attached a uploaded file and send it to me, it will convert to uuencode or mime as well?

    The mail server (POP3 and SMTP) will mime/base64-encode the attached file.
    Have
    you tried it?

    digital man

    Synchronet "Real Fact" #29:
    Rob Swindell first called BBSes (at 300bps) with an Apple II computer in
    1982.
    Norco, CA WX: 81.2-#F, 25.0% humidity, 0 mph S wind, 0.00 inches rain/24hrs

    ---
    rua Synchronet rua Vertrauen rua Home of Synchronet rua
    [vert/cvs/bbs].synchro.net


    --

    (----------) Nathaniel Prugh (--------------------------)
    (----------) Nathaniel.Prugh@BellevueCollege.Edu (------)
    (----------) (pronouns: none - Nathan) (---------------) ____________________________________________________________________________ CONFIDENTIALITY NOTICE. This e-mail transmission, and any documents, files
    or previous e-mail messages attached to it, may contain confidential and proprietary information. To be aware, This e-mail and any files transmitted
    may contain confidential information as protected by the Family Education Rights
    and Privacy Act (FERPA), 20 USC -o 1232g and/or Electronic Communications Privacy
    Act, 18 U.S.C. -o 2510-2521. If you are not the intended recipient, or a
    person responsible for delivering it to the intended recipient, you are
    hereby notified that any disclosure, copying, distribution or use of any
    of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please
    immediately notify me by reply e-mail at Nathaniel.Prugh@bellevuecollege.edu and destroy the original transmission and its attachments without reading
    them or saving them to disk.

    The sender of this message will fully cooperate in the civil and criminal prosecution of any individual engaging in the unauthorized use of this
    message.

    ---
    * Synchronet * Internetking BBS - inetk.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Internetking@1:103/705 to KenDB3 on Fri Nov 24 01:02:43 2017
    Great!!! checking it out!!! Thanks!!!

    On Wed, 22 Nov 2017, KenDB3 wrote:


    What about files, if the user send email on terminal server and attached a uploaded file and send it to me, it will convert to uuencode or mime as well?

    On Mon, 20 Nov 2017, Digital Man wrote:


    Re: mime in emails
    By: Nightfox to Internetking on Fri Nov 17 2017 12:50 pm

    Though, it might be handy to have an option in the Synchronet user preferences to strip HTML from emails, so that they look more normal when reading via the telnet interface. If you're getting your BBS mail with a mail reader that supports HTML, then one might prefer to have
    the
    HTML left in there.

    Already have it:

    http://cvs.synchro.net/cgi-bin/viewcvs.cgi/src/sbbs3/js_msgbase.c?view=mar
    kup&c
    ontent-type=text%2Fvnd.viewcvs-markup&revision=1.193

    When using the built in mail reader in the terminal server, it only displays the "plain-text" portion of MIME-encoded emails unless the user is in raw I/O mode (Ctrl-Z).

    Nightfox of Digital Distortion makes an awesome Message Reader that you can install as an external.

    Here is it in action downloading a PNG File I sent from Gmail: https://pasteboard.co/GUShxRo.png

    You can find the mod here: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/xtrn/DDMsgReader/


    --

    (----------) Nathaniel Prugh (--------------------------)
    (----------) Nathaniel.Prugh@BellevueCollege.Edu (------)
    (----------) (pronouns: none - Nathan) (---------------)

    ---
    * Synchronet * Internetking BBS - inetk.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Accession@1:103/705 to Internetking on Fri Nov 24 08:59:26 2017
    Hello Internetking,

    On Fri Nov 24 2017 00:45:38, Internetking wrote to Digital Man:

    ______ CONFIDENTIALITY NOTICE. This e-mail transmission, and any documents, files or previous e-mail messages attached to it, may
    contain confidential and proprietary information. To be aware, This
    e-mail and any files transmitted may contain confidential information
    as protected by the Family Education Rights and Privacy Act (FERPA),
    20 USC -o 1232g and/or Electronic Communications Privacy Act, 18
    U.S.C. -o 2510-2521. If you are not the intended recipient, or
    a person responsible for delivering it to the intended recipient, you
    are hereby notified that any disclosure, copying, distribution or use
    of any of the information contained in or attached to this message is STRICTLY PROHIBITED. If you have received this transmission in error, please immediately notify me by reply e-mail at Nathaniel.Prugh@bellevuecollege.edu and destroy the original
    transmission and its attachments without reading them or saving them
    to disk.

    The sender of this message will fully cooperate in the civil and
    criminal prosecution of any individual engaging in the unauthorized
    use of this message.

    Apologies for intruding on your questions and feature requests, but is all of the above really necessary? I think this stuff can easily be disabled via your email client. Or was this just copy pasted along with your original email which

    wouldn't normally happen if you were posting a regular message here?

    Regards,
    Nick

    ... "-Y-| -+-+-#-A. -> -+-|-|-U-i -e-+-+-i-|-+ -C-#-#-+-e-#-A."
    --- GoldED+/LNX 1.1.5-b20170303
    # Origin: thePharcyde_ distribution system (Wisconsin) (723:1/1)
    * Synchronet * thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Internetking@1:103/705 to Accession on Fri Nov 24 15:56:04 2017
    Opps forgot to delete before sending. Sorry

    On 11/24/17 6:59 AM, Accession wrote:
    Hello Internetking,

    On Fri Nov 24 2017 00:45:38, Internetking wrote to Digital Man:

    (Cut)

    Apologies for intruding on your questions and feature requests, but is all of >the above really necessary? I think this stuff can easily be disabled via your

    email client. Or was this just copy pasted along with your original email which
    wouldn't normally happen if you were posting a regular message here?

    Regards,
    Nick

    ... "ro?-Nro?roi ro?rouro?roLro?ruaron|a. ro?-+ ro?rouro?ronro?roiron|+ron|< ron|-ro?rocro?rouron|<ro?roaro?roc ron|cro?ruaro?ruAro?rocron|-ro?ruaron|a." >--- GoldED+/LNX 1.1.5-b20170303
    * Origin: thePharcyde_ distribution system (Wisconsin) (723:1/1)
    rua Synchronet rua thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)

    ---
    * Synchronet * Internetking BBS - inetk.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Internetking@1:103/705 to Internetking on Fri Nov 24 16:19:12 2017
    Update... i just looked at my phone email prog to be sure. It stll show
    this....


    This is a multi-part message in MIME format.


    --5W2bmrsM8iRjstI3laG5zScXcEMSO4gz668F
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: 7bit

    here your file :-D

    (----------) Internetking (-----------------------------)
    (----------) Internetking@bbs.internetking.us (---------)

    ... I'm at that age now where just putting my cigar in its holder is a
    thrill.

    --5W2bmrsM8iRjstI3laG5zScXcEMSO4gz668F
    Content-Type: application/octet-stream; name="0eccdd95fc4235db514ecbbb3f2e2439.png"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename="0eccdd95fc4235db514ecbbb3f2e2439.png"

    iVBORw0KGgoAAAANSUhEUgAAAmoAAADsCAYAAADEpIqTAAAACXBIWXMAAA7DAAAOwwHHb6hkAABG RUlEQVR4Xu2dB5gURd6Hve/uFFHiknOOksSEGRUFVERJgiKKIAKCKEhQVEBERVFEVNRFMJwRs5yB

    Blah blah

    On 11/24/17 12:45 AM, Internetking wrote:
    I tested email to myself, it shows file in email program but not on
    terminal itself. it shows like this...

    This is a multi-part message in MIME format.


    --5W2bmrsM8iRjstI3laG5zScXcEMSO4gz668F
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: 7bit

    here your file :-D

    (----------) Internetking (-----------------------------)
    (----------) Internetking@bbs.internetking.us (---------)

    ... I'm at that age now where just putting my cigar in its holder is a >thrill.

    --5W2bmrsM8iRjstI3laG5zScXcEMSO4gz668F
    Content-Type: application/octet-stream;
    name="0eccdd95fc4235db514ecbbb3f2e2439.png"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment;
    filename="0eccdd95fc4235db514ecbbb3f2e2439.png"

    iVBORw0KGgoAAAANSUhEUgAAAmoAAADsCAYAAADEpIqTAAAACXBIWXMAAA7DAAAOwwHHb6hkAABG >RUlEQVR4Xu2dB5gURd6Hve/uFFHiknOOksSEGRUFVERJgiKKIAKCKEhQVEBERVFEVNRFMJwRs5yB

    blah blah


    On Tue, 21 Nov 2017, Digital Man wrote:


    Re: Re: mime in emails
    By: Internetking to Digital Man on Tue Nov 21 2017 12:08 pm

    What about files, if the user send email on terminal server and attached a >> > uploaded file and send it to me, it will convert to uuencode or mime as
    well?

    The mail server (POP3 and SMTP) will mime/base64-encode the attached file. Have
    you tried it?


    ---
    * Synchronet * Internetking BBS - inetk.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Internetking on Fri Nov 24 18:09:10 2017
    Re: Re: mime in emails
    By: Internetking to Digital Man on Fri Nov 24 2017 12:45 am

    I tested email to myself, it shows file in email program but not on
    terminal itself. it shows like this...

    This is a multi-part message in MIME format.

    Correct.

    If you *send* an email with an attachment from the terminal server (BBS), the Synchronet mail server will MIME-encode it and send it via SMTP or POP3.

    If you *receive* an email in the mail server (via SMTP), it will *not* MIME-decode the attachment(s) for you.

    digital man

    This Is Spinal Tap quote #29:
    I find lost luggage. I locate mandolin strings in the middle of Austin!
    Norco, CA WX: 74.2oF, 35.0% humidity, 0 mph SE wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Accession@1:103/705 to Internetking on Sat Nov 25 10:10:40 2017
    Hello Internetking,

    On Fri Nov 24 2017 15:56:04, Internetking wrote to Accession:

    Opps forgot to delete before sending. Sorry

    No worries. I noticed in a later message it's only your email client and not your actual BBS postings.

    However you want to send off your emails is fine, I just don't understand why some people like to attach massive disclaimers like that. But to each their own, amirite? ;)

    Regards,
    Nick

    ... "-Y-| -+-+-#-A. -> -+-|-|-U-i -e-+-+-i-|-+ -C-#-#-+-e-#-A."
    --- GoldED+/LNX 1.1.5-b20170303
    # Origin: thePharcyde_ distribution system (Wisconsin) (723:1/1)
    * Synchronet * thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Internetking@1:103/705 to Accession on Mon Nov 27 01:21:10 2017
    On Sat, 25 Nov 2017, Accession wrote:


    Hello Internetking,

    On Fri Nov 24 2017 15:56:04, Internetking wrote to Accession:

    Opps forgot to delete before sending. Sorry

    No worries. I noticed in a later message it's only your email client
    and not your actual BBS postings.

    yeah, i use alpine 2.21/cygwin version on my windows pc for usenet
    viewing... this is my favorite program since early days of internet, used
    for many years. It was written by ppl at university of washington but
    later versions was released by eric ... if curious website is http://alpine.freeiz.com/ It has both email and usenet reader in one.


    However you want to send off your emails is fine, I just don't
    understand why some people like to attach massive disclaimers
    like that.

    yeah... college where I work at requires it... lol Alot who work at many places requires it.

    But to each their own, amirite? ;)

    see above. lol

    ---
    * Synchronet * Internetking BBS - inetk.synchro.net
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)