One Hat Cyber Team
Your IP :
3.128.186.97
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
/
Edit File:
istream-metawrap.h
#ifndef ISTREAM_METAWRAP_H #define ISTREAM_METAWRAP_H typedef void metawrap_callback_t(const char *key, const char *value, void *context); /* Input stream is in format "key:value\nkey2:value2\n...\n\ncontents. The given callback is called for each key/value metadata pair, and the returned stream will skip over the metadata and return only the contents. */ struct istream * i_stream_create_metawrap(struct istream *input, metawrap_callback_t *callback, void *context); #endif
Simpan