
SSLType := ConnectTLS // IMAP4 STARTTLS oServer := TMailServer. Port := 993 // Retrieve email by SSL connection with STARTTLS or TLS command switching // POP3 TLS oServer := TMailServer. Port := 995 // IMAP4 SSL oServer := TMailServer. Port := 143 // Retrieve email over SSL connection with direct SSL. Port := 110 // IMAP4 oServer := TMailServer. Delphi - POP3, IMAP4, SSL, Parse Email, S/MIME, Parse Delivery Report - Sample ProjectsĬonst MailServerPop3 = 0 MailServerImap4 = 1 MailServerEWS = 2 MailServerDAV = 3 ConnectSSLAuto = 0 ConnectSSL = 1 ConnectTLS = 2 // Retrieve email by normal TCP/IP without SSL connection // POP3 oServer := TMailServer.Retrieve/Copy/Move/Upload Email to Folder.Create Folder and Manage Folder using IMAP4/Exchange Web Service (EWS)/WebDAV in Delphi.Create a Delphi Console Application to process report.Parse Non-Delivery Report (NDR) using EAGetMail Service.Parse Non-Delivery Report (NDR) in Delphi.Parse Email Body, Attachment and Convert Email to HTML page in Delphi.Parse TNEF (winmail.dat) by DecodeTNEF method.Parse winmail.dat (TNEF/MAPI) in Delphi.Verify Digital Signature and Decrypt Email in Delphi - S/MIME.
Eagetmail tls download#
Download Email with Background Service in Delphi.Delphi - Retrieve Unread/New Email in IMAP4/EWS/WebDAV.Mark Email as Read on IMAP4/Exchange Server.POP3/IMAP4/Exchange Web Service/WebDAV Solution.Using UIDL Function to Mark the Email has been downloaded/read in Delphi.Retrieve Email with Event Handler in Delphi.Download/Retrieve Email from Hotmail/Outlook/Live/Office 365 in Delphi.


