403Webshell
Server IP : 176.32.38.42  /  Your IP : 216.73.216.200
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 :  /usr/include/dovecot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /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_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