Problem mit Indy POP3



  • Hallo,
    ich habe ein komisches Problem mit der POP3 Indy Komponente.

    //TidPOP3 pop3 
    
    pop3->Host      = edHost->Text; 
    pop3->Username  = edUsername->Text; 
    pop3->Password  = edPassword->Text; 
    
    pop3->Connect(60); 
    
    //... 
    
    int count_msg = 0; 
    
    //Hier gängt er sich auf 
    //Meldung " '<EINE_ZAHL.EINE_ZAHL@localhost>,' ist kein gültiger Integerwert. " 
    //EINE_ZAHL = hat sich bei jedem Aufruf geändert. 
    count_msg = pop3->CheckMessages();
    

    Muss ich davor etwas initialiseren ?


Anmelden zum Antworten