One Hat Cyber Team
Your IP :
3.22.120.64
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
/
sieve
/
View File Name :
sieve-ext-mailbox.h
#ifndef SIEVE_EXT_MAILBOX_H #define SIEVE_EXT_MAILBOX_H /* sieve_ext_mailbox_get_extension(): * Get the extension struct for the mailbox extension. */ static inline const struct sieve_extension *sieve_ext_mailbox_get_extension (struct sieve_instance *svinst) { return sieve_extension_get_by_name(svinst, "mailbox"); } /* sieve_ext_mailbox_register_create_tag(): * Register the :create tagged argument for a command other than fileinto and * redirect. */ void sieve_ext_mailbox_register_create_tag (struct sieve_validator *valdtr, const struct sieve_extension *mailbox_ext, const char *command); #endif