Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com

Home

 
4D v20
IMAP_VerifyID

IMAP_VerifyID 


 

IMAP_VerifyID ( imap_ID ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
imap_ID  Lange Ganzzahl in Reference to this IMAP login
in 0 = Connection has already closed
Funktionsergebnis  Ganzzahl in Error code

An IMAP server will automatically terminate a connection which does not show activity in a period of time determined by its administrator. Each command that interacts with the IMAP server forces a reset of the inactivity timer. The IMAP_VerifyID command resets the inactivity timer for the specified IMAP connection without performing any other action. This allows the user to keep a connection active if the possibility exists that the connection may timeout.

When executed, the IMAP_VerifyID command will verify the connection has not already been closed. If the connection is still opened, the command will tell the IMAP server to reset the timeout counter for the connection back to zero. If the connection has already closed, IMAP_VerifyID will return the appropriate error and free memory used by the IMAP connection, and return a zero value back to imap_ID.

imap_ID is a long integer reference to an open connection created with IMAP_Login.



Siehe auch 

IMAP_Login

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: IC IMAP Review Mail (deprecated)
Nummer: 88883

 
SEITENINHALT 
 
GESCHICHTE 

Erstellt: 4D Internet Commands 6.8.1

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D v20)