This e-mail script is not working. Wether in an editor od direct pasted into the REBOL VIEW Ide. !

22 views
Skip to first unread message

Hans Schüren

unread,
Aug 20, 2016, 7:03:45 PM8/20/16
to REBOL
This e-mail script is not working. Wether in an editor od direct pasted into the REBOL VIEW Ide. !


Hello ,

this simple e-mail client from the absolute beginners manual is definetly NOT working.

1. Not in an programmers editor and linked to the REBOLVIEW.exe

2. Not with direct pasting in the REBOLVIEW ide window.


The GUI is starting. After klicking the Button for settings the SMTP window appears.
When you input data and click Enter always the same error message appears.

It has nothing to do with the kind of editor , because direct pasting is also not working. The same error.



2016-08-21_010143.png
2016-08-20_143423.png
2016-08-20_143544.png
2016-08-20_143602.png
2016-08-21_005850.png
2016-08-21_010050.png
2016-08-21_010131.png

Gregg Irwin

unread,
Aug 20, 2016, 8:13:19 PM8/20/16
to Hans Schüren
Hans,

Below is a working version. What you need to do is copy "request-text"
from every line of your script, FORM it, and print each char as an
integer value. You will see that some lines have the soft hyphen in
them.

--Gregg

view layout[
h1 "Send:"
btn "Server settings" [
system/schemes/default/host: request-text/title "SMTP Server:"
system/schemes/pop/host: request-text/title "POP Server:"
system/schemes/default/user: request-text/title "SMTP User Name:"
system/schemes/default/pass: request-text/title "SMTP Password:"
system/user/email: to-email request-text/title "Your Email Addr:"
]
a: field "us...@website.com"
s: field "Subject"
b: area
btn "Send"[
send/subject to­email a/text b/text s/text
alert "Sent"
]
h1 "Read:"
f: field "pop://user:pa...@site.com"
btn "Read" [editor read to­url f/text]
]

Hans Schüren

unread,
Aug 21, 2016, 8:22:50 AM8/21/16
to REBOL, gregg...@gmail.com
Hello Gregg ,

you can't believe what a studpid bullshit is the reason for the errors.

I have printed all the Rebol manuals from Internet with a PDF printer and make me

a little library for studying.

When you copy and paste the code from PDF ( no matter what reader) ,

into an editor , then everything seems normal.

The code looks like original typed.

But the error you say are in there.

So i have saved the REBOL manuals as a html document.

That works. Copy and paste.

In practice not every code from manual is typed with keyboard. Many are copied.


Many whuuuu and whoooo   for nothing.  ha ha


Thanks again for your help

WBR

Hans




    f: field "pop://user...@site.com"

Gregg Irwin

unread,
Aug 21, 2016, 11:00:19 AM8/21/16
to Hans Schüren
Glad you got it working Hans. I didn't know PDF would do that.

--Gregg

Reply all
Reply to author
Forward
0 new messages