[geary/wip/778276-better-flag-updates: 3/25] Add to docs for the IMAP CREATE command.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/778276-better-flag-updates: 3/25] Add to docs for the IMAP CREATE command.
- Date: Mon, 18 Dec 2017 22:42:33 +0000 (UTC)
commit 08dcacdd183409d29d7b6e96232e558c43d8f967
Author: Michael James Gratton <mike vee net>
Date: Sat Dec 2 00:56:06 2017 +1100
Add to docs for the IMAP CREATE command.
src/engine/imap/command/imap-create-command.vala | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/src/engine/imap/command/imap-create-command.vala
b/src/engine/imap/command/imap-create-command.vala
index f09d8bc..e235faa 100644
--- a/src/engine/imap/command/imap-create-command.vala
+++ b/src/engine/imap/command/imap-create-command.vala
@@ -7,10 +7,16 @@
*/
/**
- * See [[http://tools.ietf.org/html/rfc3501#section-6.3.3]]
+ * The IMAP CREATE command.
+ *
+ * This command also supports the RFC 6154 Special-Use CREATE
+ * extension.
+ *
+ * See [[http://tools.ietf.org/html/rfc3501#section-6.3.3]] and
+ * [[https://tools.ietf.org/html/rfc6154#section-3]]
*/
-
public class Geary.Imap.CreateCommand : Command {
+
public const string NAME = "create";
public const string USE = "use";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]