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?
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.
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.
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
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..
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?
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.
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).
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?
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?
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?
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.
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).
Re: Re: mime in emailsHave
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.
you tried it?1982.
digital man
Synchronet "Real Fact" #29:
Rob Swindell first called BBSes (at 300bps) with an Apple II computer in
Norco, CA WX: 81.2-#F, 25.0% humidity, 0 mph S wind, 0.00 inches rain/24hrs[vert/cvs/bbs].synchro.net
---
rua Synchronet rua Vertrauen rua Home of Synchronet rua
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:
theRe: 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
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/
______ 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.
Hello Internetking,
On Fri Nov 24 2017 00:45:38, Internetking wrote to Digital Man:
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)
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?
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.
Opps forgot to delete before sending. Sorry
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? ;)
| Sysop: | Winzlo |
|---|---|
| Location: | Minnesota, USA |
| Users: | 11 |
| Nodes: | 16 (0 / 16) |
| Uptime: | 495946:27:45 |
| Calls: | 82 |
| Files: | 1,070 |
| D/L today: |
27 files (11,920K bytes) |
| Messages: | 287,044 |