|
|
@ -867,6 +867,7 @@ ImapConnection.prototype.append = function(data, options, cb) {
|
|
|
|
if (options.flags) {
|
|
|
|
if (options.flags) {
|
|
|
|
if (!Array.isArray(options.flags))
|
|
|
|
if (!Array.isArray(options.flags))
|
|
|
|
options.flags = [options.flags];
|
|
|
|
options.flags = [options.flags];
|
|
|
|
|
|
|
|
if (options.flags.length > 0)
|
|
|
|
cmd += " (\\" + options.flags.join(' \\') + ")";
|
|
|
|
cmd += " (\\" + options.flags.join(' \\') + ")";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (options.date) {
|
|
|
|
if (options.date) {
|
|
|
|