1
vote
3answers
173 views
IMAP + TLS/SSL with synapse ?
i'm currently trying to add to a software the capability to list unread emails in the user's inbox using imap. After having no success at all using indy10, I discovered synapse whi …
0
votes
1answer
247 views
Delphi: Clientdataset: EDatabaseError: Missing Data-Package using Synapse
Hi!
From the client I am sending a string to the server what he should send me back. This time its a stream created by a ClientDataSet. Unfortunately receiving (or sending??) does …
0
votes
2answers
184 views
Synapse: Cannot receive data from Socket
I am using Synapse with blocking sockets and try to simply send text to the connected client. Here comes the code:
var
SServer: TTCPBlockSocket;
SClient: TTCPBlockSocket;
impleme …
0
votes
3answers
187 views
WSAETIMEDOUT message in Synapse Library
Why I always get WSAETIMEDOUT error in this code :
var fUDPBuf: array [1..UdpPacketSize] of byte;
{...}
UDPSocket := TUDPBlockSocket.Create;
UDPSocket.Bind(UDPIP, UDPPort);
if UDP …
3
votes
2answers
499 views
Delphi 2009 and Synapse - tested and ready for Unicode support?
Is Synapse ready for a Delphi 2009 production applications? Their website doesn't look like it's been updated in a while: http://www.ararat.cz/synapse/doku.php Is the project d …
