Add to docs for the IMAP CREATE command.

This commit is contained in:
Michael James Gratton 2017-12-02 00:56:06 +11:00
parent d66e4526bd
commit fd91eee46d

View file

@ -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";