RainLoop / rainloop-webmail

Simple, modern & fast web-based email client
http://rainloop.net
MIT License
4.11k stars 891 forks source link

Add labels #1170

Open sorokaty opened 8 years ago

sorokaty commented 8 years ago

how add gmail labels?

derStephan commented 8 years ago

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

sorokaty commented 8 years ago

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);
    }
derStephan commented 8 years ago

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.

raszkiewicz commented 8 years ago

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

giopas commented 8 years ago

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

flo333 commented 8 years ago

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

grk- commented 7 years ago

I definitely vote up for this feature!

n31m4d commented 7 years ago

Guys, you can vote here for these feature to be added: https://rainloop.uservoice.com/forums/223477-ideas-for-rainloop-webmail/suggestions/14880225-labels