Do any Servoy developers have a Servoy solution that includes internal support for incoming and outgoing email that is so good that many of your users store ALL of their business email in the Servoy solution, instead of using Outlook, Gmail, Hosted Exchange, or a similar specialized email app? I suspect that all users use one or more of these big specialized email apps.
Hi Westy
If only…I am working on achieving that, but it’s a long hard road… I have looked for someone who has done this, so I can purchase such code. Currently need the Browser Suite to do Html in Smart Client and thats having Java 1.7.25 issues with Mac. Sending is really easy. Recieving and saving attachments inside a database with all links intact is quite tricky.
I’d like to team up with you and others trying to do this so we can get a really good solution. …
Mark
Hi Westy, we have build such a solution for incomming mail.
We are not replacing a central email-server, like, Gmail, or Exchange. So users can still use there system they know.
We are connecting with POP3 & IMAP & Exchange protocol. So our solution is a copy, of what the user has in Outlook our AppleMail, or whatever.
(Users can choose exactly, which folders, they want to sync into our solution)
In the past we had this in a separate solution for sale, but because of the very low interest, we stopped doing that and integrated it into our core-solution.
If you need consultancy for that, we can help.
we have build such a solution for incomming mail.<
Smart client or webclient?
We started this building in smart-client. For html-messages we needed the browser-suite for this. But because of all related Java/OS(x)/32/64 bit dependancies (read: all kind of trouble), we are now converting to web-client.