Rainloop-webmail: Add labels

Created on 7 Sep 2016  路  8Comments  路  Source: RainLoop/rainloop-webmail

how add gmail labels?

Most helpful comment

This is actually the only feature I've been missing coming from Gmail. Seeing labels implemented would be amazing.

All 8 comments

Is this something that is covered by the IMAP-protocol? If not, I vote against it.

thunderbird add "tags" to FLAGS ($label7, $label15, ....)
http://i.prntscr.com/8a7e6560fee8454eb5b88709a591da1e.png

how create custom flag?

    public function MessageSetFlagged($sFolderName, $aIndexRange, $bIndexIsUid, $bSetAction = true, $sSkipUnsupportedFlag = false)
    {
        $this->MessageSetFlag($sFolderName, $aIndexRange, $bIndexIsUid,
            '$label2', $bSetAction, $sSkipUnsupportedFlag);
    }

I know that there is such feature in thunderbird. Question is, if these flags are stored as meta data on the mail server. In that case another thunderbird which connects to the very same inbox will show the same flags as the one that set it.

Is the server storing these flags, are they part of the IMAP standards? If so, I vote for this feature.
But if thunderbird stores these flags locally in the user profile and rainloop copies that behaviour then these flags will only be seen within rainloop and not on my phone or any other client. In this case I vote against it.

Vote up for that feature (as a plugin) which in the IMAP specification are divided into two types: system flags and user-defined flags, and there is a solution how to handle it via IMAP

It would actually be better if the full label/folder Gmail solution would work on RainLoop...

This is actually the only feature I've been missing coming from Gmail. Seeing labels implemented would be amazing.

I definitely vote up for this feature!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ninja- picture ninja-  路  3Comments

bogdanstoica35 picture bogdanstoica35  路  3Comments

axos88 picture axos88  路  3Comments

raszkiewicz picture raszkiewicz  路  3Comments

PeopleInside picture PeopleInside  路  3Comments