Does anyone know of a decent smtp client for MoSync? Despite my efforts I was unable to find one (sometimes I feel I can't find anything on the net ;).
Best regards,
niko
Does anyone know of a decent smtp client for MoSync? Despite my efforts I was unable to find one (sometimes I feel I can't find anything on the net ;).
Best regards,
niko
I don't think that there is one. You will have to write one yourself, but the good news is that it isn't very hard. I've written a very basic POP3 client and that is much more difficult. I can help you with it, but I'm tied up for the next two days. When do you need it by?
As an aside, you may find that many operators block SMTP or want to route it through their own servers, so it may be worthwhile just spiking some code out to create a connection on port 25.
I actually have a c++ set of classes for smtp client connections written for linux/mingw targets, I was just poking the ice to see if I can spare myself from porting ;). Thank you for your kind offer though; if and when I actually do get it ported (atm busy doing tech feasibility studies on symbian/android/iOS) I will definitely share the source.
/N
Add secure SMTP port is very useful to implement Gmail client, etc.