Add to docs for the IMAP CREATE command.
This commit is contained in:
parent
d66e4526bd
commit
fd91eee46d
1 changed files with 8 additions and 2 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue