Curious to hear how people use these!
Fastmail Labels Beta
11–20 of 121 posts
Re: Fastmail Labels Beta
#12So it looks like labels are like “multi-folders”, and unlike gmail, there is no mix of labels and folders. It’s either or.
Re: Fastmail Labels Beta
#13So Mailmate should be compatible with those, can anyone confirm?
Re: Fastmail Labels Beta
#14Confused me for a moment as you can complete the first step of enabling this (changing to New Rules) using the stable client.
---
Oh, no, it's even more confusing than that. You enable the labels beta function on the beta website, but then it applies even on the main website.
Re: Fastmail Labels Beta
#15Curious to hear how people use these!
As a fastmail user I was waiting for them, but now knowing its either labels OR folders, I will stick with folders. Labels tend to be much more disorganized for me. I consider them an extra on top, not essential
Re: Fastmail Labels Beta
#16I appreciate that with JMAP, FastMail has essentially become the first entity to do labels correctly, with a freaking standard behind it, but client support isn't going to be there for many years so I will avoid it. The big upside for me is it'll take away one reason people say they can't leave Gmail.
Re: Fastmail Labels Beta
#17So Mailmate should be compatible with those, can anyone confirm?
I was wondering the same. And other mail clients as well.
Edit: found that discussion on JMAP support in Mailmate: https://lists.freron.com/mailmate/2019-January/010799.html
Re: Fastmail Labels Beta
#18Re: Fastmail Labels Beta
#19Re: Fastmail Labels Beta
#20Interesting. Is there an IMAP attribute similar to Gmail's X-GM-LABELS?
Label support comes via JMAP. As for how this is exposed in imap.fastmail.com I'm not aware somebody checked yet. Here https://www.emaildiscussions.com/showthread.php?t=76159 is a feature discussion around this feature. It's bound to appear there at some point.
In the backend, there is no difference between labels mode and folders mode; all of the changes are in the UI. There are no IMAP attributes or keywords (they're poorly supported by third-party clients); any email message can appear in more than one mailbox, where "mailbox" means "folder" or "label".
On disk, mailboxes are stored as UNIX directories: all copies of the message (i.e., in all folders/labels) are hard links to the same inode. Over IMAP, each can have its own metadata (\Seen and \Flagged, for example), and they'll probably appear as separate copies (depending on how your client decides to do things).
As you say, JMAP has this built in: each Email object has a MailboxIds property. When the web client (or your own bespoke JMAP client!) fetches emails for one folder/label, and then you click to a different folder/label, the client doesn't have to download that message again, because it already has it in its local cache.