indy10
STARTTLS error while sending email using Indy in Delphi XE
I\'m trying to send email from my application using the following code: Var MailMessage : TIdMessage; SMTP: TIdSMTP[详细]
2023-04-12 14:36 分类:问答Sending attachment using TIdAttachment in c++ builder
How to send attachment using TIdyAttachment ? How to convert this TIdAttachment.Create(msg.MessageParts, \'c:\\at开发者_运维问答tach.bmp\'); delphi statement to c++ builder ?[详细]
2023-03-30 20:50 分类:问答Indy tcp server - determining IP and Port of a server [closed]
It's difficult to tell what is being asked h开发者_运维知识库ere. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-03-26 01:25 分类:问答Delphi run console application from form application
How to run a console application from a standard Delphi form application, but to run it hidden? Also i want to write commands in that console application from my form application.[详细]
2023-03-22 11:39 分类:问答Delphi. Show gotten with idHTTP.Get Unicode text in multilanguage Windows
I need your help. Please help me. I have Delphi 2010 I try to idHTTP.Get a file with Unicode text (Russian开发者_开发技巧) from site into MemoryStream on English version of Windows 7.[详细]
2023-03-11 20:12 分类:问答How To send Array or vector (has contact list ) from IdTCPServer to IdTCPClient (indy10)
1) Now I am writing IM chat System i face some problem how to send开发者_StackOverflow中文版 vector that has information from the server to Client[详细]
2023-02-26 15:31 分类:问答Is it possible to terminate a TCPClient immediately?
My app sends data to a Server using a TidTCPClient. The Server uses a TidTCPServer. All works fine and I am now trying to handle unexpected situations.[详细]
2023-02-19 17:47 分类:问答How to send text in UTF-8 using Indy TIdTCPServer in c++ builder
My client j2me application reading text input stream using UTF-8 reader = new InputStreamReader(in,\"UTF-8\");[详细]
2023-02-18 09:37 分类:问答Does indy 10 TIdWebDav support authentication of users that have unicode characters in the user name?
The author of a web-service that I am trying to connect to, tells me that the user name I am sending to their Apache web server\'s webdav module, is coming in without the encoding=utf-8 in the headers[详细]
2023-02-17 17:52 分类:问答How to receive emails using indy 10 and delphi 7 with the file attachment?
How to receive emails using i开发者_StackOverflowndy 10 and delphi 7 with the file attachment?This is working Indy 10 code. \'Files\' is a stringlist which holds a list of attachments which have been[详细]
2023-02-17 04:26 分类:问答