Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Exception Imap-Pop (https://www.delphipraxis.net/1708-exception-imap-pop.html)

czapie 18. Dez 2002 20:54


Exception Imap-Pop
 
Ich probier grad mit der Indy-Imap-Kompo. nen Zugang zu nem pop3-Server, soll ja gehen, hab ich gelesen.
Aber ich krieg ne EIdException, bei diesem Code :
Code:
procedure TForm1.Button3Click(Sender: TObject);
begin
imap.Username:='xxx';
imap.Host:='xxx';
imap.Password:='xxx';
imap.Port:=110;
with imap do begin
connect;
end;
end;

end.
Warum?
Danke, Czapie.


Alle Zeitangaben in WEZ +1. Es ist jetzt 18:25 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz