One Hat Cyber Team
Your IP :
52.14.38.23
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:
mbox-file.h
#ifndef MBOX_FILE_H #define MBOX_FILE_H int mbox_file_open(struct mbox_mailbox *mbox); void mbox_file_close(struct mbox_mailbox *mbox); int mbox_file_open_stream(struct mbox_mailbox *mbox); void mbox_file_close_stream(struct mbox_mailbox *mbox); int mbox_file_lookup_offset(struct mbox_mailbox *mbox, struct mail_index_view *view, uint32_t seq, uoff_t *offset_r); int mbox_file_seek(struct mbox_mailbox *mbox, struct mail_index_view *view, uint32_t seq, bool *deleted_r); #endif
Simpan