One Hat Cyber Team
Your IP :
3.131.13.93
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.30.1.el8_10.x86_64 #1 SMP Tue Nov 26 02:30:26 EST 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
dovecot
/
View File Name :
pop3-commands.h
#ifndef POP3_COMMANDS_H #define POP3_COMMANDS_H struct pop3_command { const char *name; int (*func)(struct client *client, const char *args); }; const struct pop3_command *pop3_command_find(const char *name); int client_command_execute(struct client *client, const struct pop3_command *cmd, const char *args); #endif