[Off Topic]: Speedy Mail 2.0 - a new webmail platform in Python and Django
Daniel Shahaf
d.s at daniel.shahaf.name
Fri Jul 24 01:13:32 IDT 2015
Uri Even-Chen wrote on Thu, Jul 23, 2015 at 16:24:57 +0300:
> Which protocols we should use to connect to the mail server? I understand
> that IMAP has folders but not labels/tags, does it mean we can't use it? Is
> it better to use POP3?
IMAP does have labels, via the FLAGS command. (There are "system flags"
like \Seen and "keyword flags" which are probably what you want.) The
question of client support is another matter, but if you're writing
a webmail, you can write it to exploit the feature as much as you want
(and as the underlying imapd permits).
Cheers,
Daniel
More information about the Linux-il
mailing list