On 2/18/2012 8:02 AM, Sven Van Caekenberghe wrote:
For completeness, I should add that Zodiac delivers general purpose TLS/SSL streams. These can then be used to implement for example HTTPS when combined with a suitable client such as Zinc HTTP Components. It also works for some other use cases like mail. However, ZnSecureSocketStream is binary only, unlike SocketStream which mixes both with encoding.
Would it be possible to see an example of what is required and how I would send an email from Pharo through GMail's smtp servers? All of my email is through GMail, and I would love to be able to send messages from my images. But I haven't seen or learned how, despite seeing messages like this in any COTDC messages. "p.s. this message was sent from a pharo image. Did you know you could easily do that?!" I have searched the archives and haven't found the answer of how to do that. Since GMail requires TLS3 or SSL, I would have to be able to handle that as well. http://support.google.com/mail/bin/answer.py?hl=en&answer=13287 Any help, insight and wisdom greatly appreciated. Jimmie