Все вопросы: [synapse]
5 вопросов
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 which seemed better for what I needed, but I can't find a way to get it working. My problem is with the login (thus I t...
Delphi: Clientdataset: EDatabaseError: Missing Data-Package using Synapse
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 not work at the moment. Note: I am using Synapse with blocking sockets. The server is multithreaded. The Server...
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; implementation //Create and initialize the Sockets. procedure TForm1.FormCreate(Sender: TObject); begin SClient := TTCPB...
Сообщение WSAETIMEDOUT в библиотеке Synapse
Почему я всегда получаю ошибку WSAETIMEDOUT в этом коде: var fUDPBuf: array [1..UdpPacketSize] of byte; {...} UDPSocket := TUDPBlockSocket.Create; UDPSocket.Bind(UDPIP, UDPPort); if UDPSocket.LastError = 0 then Raise EDevFail.Create(Format(SPortFailed, [UDPPort])); while not Terminated do ...
Delphi 2009 и Synapse - протестированы и готовы к поддержке Unicode?
Готова ли Synapse к работе с производственными приложениями Delphi 2009? Их веб-сайт не выглядит так, как будто он обновлялся какое-то время: http: //www.ararat. cz / synapse / doku.php Проект мертв?