read-til-dot: func [port buf][
while [(line: system/words/pick port/sub-port 1) <> "."] [
print line
insert tail buf line
insert tail buf newline
]
buf
]
Hi Scott,

Yes, I was trying that out as well. Nothing obviously abnormal about the mail.

I've put them into my ios/developer/users/graham/wip
folder if you want to have a peek.


Similarly, I telnet-ed to my mail server on port 110 then used something
like the following to get to a message 1. It also prints everything up to
the single period on a line.
Unfortunately I don't have telnet access to my pop server.
But I might just try and bypass the pop scheme next time this happens, and just open a tcp port to 110, and do the above. Gives me another thing to try :)

--
Graham Chiu
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.

Reply via email to