summaryrefslogtreecommitdiffstats
path: root/src/imap/cmd-examine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/imap/cmd-examine.c')
-rw-r--r--src/imap/cmd-examine.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imap/cmd-examine.c b/src/imap/cmd-examine.c
new file mode 100644
index 0000000..4000fa0
--- /dev/null
+++ b/src/imap/cmd-examine.c
@@ -0,0 +1,9 @@
+/* Copyright (c) 2002-2018 Dovecot authors, see the included COPYING file */
+
+#include "imap-common.h"
+#include "imap-commands.h"
+
+bool cmd_examine(struct client_command_context *cmd)
+{
+ return cmd_select_full(cmd, TRUE);
+}