World: r3wp
[!REBOL3 Schemes] Implementors guide
older newer | first last |
Steeve 8-Jan-2010 [524] | ahah |
Graham 8-Jan-2010 [525] | no .... it does bad things :) |
Steeve 8-Jan-2010 [526] | Graham, you code looks clean, i like it |
Graham 8-Jan-2010 [527x2] | sever sends me a bye |
if you enline the message, it actually sends the complete email | |
Steeve 8-Jan-2010 [529] | Graham have you an smtp server where we can test your code ? i don't have one |
Graham 8-Jan-2010 [530] | Not me ... I'm using my ISPs and I don't know my password! |
Andreas 8-Jan-2010 [531] | just use your ISP's :) |
Steeve 8-Jan-2010 [532x2] | don't have one |
wifi spot | |
Graham 8-Jan-2010 [534] | ie. I can't test the authentication because I don't actually have an email account with them. |
Andreas 8-Jan-2010 [535] | smtp.gmail.com |
Graham 8-Jan-2010 [536x2] | yeah ... sure :) |
465 | |
Steeve 8-Jan-2010 [538] | i just have to create an account on gmail that's right ? |
Graham 8-Jan-2010 [539] | No, gmail only uses secure smtp |
Andreas 8-Jan-2010 [540x3] | ah, forgot about that, yes |
mail.gmx.net, then | |
you don't even need an account, try if you get to the server rejecting your message :) | |
Graham 8-Jan-2010 [543] | oh .. any isp will do ... |
Andreas 8-Jan-2010 [544] | graham, i need the awake handler in port/state/awake to be set, otherwise awake doesn't get called |
Graham 8-Jan-2010 [545x2] | I took it out to see why it was needed :) |
I mean I open the port and do a read .. and off goes my email | |
Andreas 8-Jan-2010 [547] | hmm, doesn't work for me |
Graham 8-Jan-2010 [548] | what do you mean? |
Andreas 8-Jan-2010 [549x3] | the smtp port's awake is never called |
ah, i see, you have the awake on the tcp port instead | |
strange | |
Steeve 8-Jan-2010 [552x2] | not strange, it's the only way |
fake ports (not tcp one) never receive events | |
Andreas 8-Jan-2010 [554] | the strange was rather a remark about the script not working for me |
Graham 8-Jan-2010 [555] | what happens in the trace? |
Andreas 8-Jan-2010 [556x3] | nothing |
but i think i know the reason | |
it's because the event device is not really working on linux | |
Graham 8-Jan-2010 [559] | I mean net-log |
Andreas 8-Jan-2010 [560] | if i add a wait 1 after the wait port/state/connection, it's working |
Graham 8-Jan-2010 [561] | cool |
Andreas 8-Jan-2010 [562] | gets me to a script error, at least :) |
Graham 8-Jan-2010 [563] | eek! |
Andreas 8-Jan-2010 [564x2] | ok, dropping the write from connect works fine as well |
; ready for the next state client/spec/state: 'INIT ; trigger flow of data read client | |
Graham 8-Jan-2010 [566] | well, this is going to be fun ... |
Andreas 8-Jan-2010 [567x3] | that's what i'm using now |
ok, and the script error is in the auth response parsing | |
because the server i'm testing with doesn't offer any auth at all :) | |
Graham 8-Jan-2010 [570x2] | Well, if I do a read in the connect event, I get a 221 response from the server |
going to try writing a NOOP | |
Steeve 8-Jan-2010 [572x2] | 221 means ? |
waiting for a EHLO ? ahah | |
older newer | first last |