On Mon, Feb 02, 2015 at 02:18:33PM +0100, mobi phil wrote: > > > I would like to use this opportunity if you are planning to support the > > > features listed on https://developers.google.com/gmail/imap_extensions > > > > > some of them. > > > is there a list of them? Can you please share it? > from what i remember, i found only the global message id interesting, to replace the custom X-TUIDs.
> > > managing correctly labels as labels and not as directories would > > > be [c]reate to avoid message duplication on client side. Symbolic > > > links would be probably the greatest > > > > > that's harder than it seems, as it breaks several abstraction layers. > > > had just a basic look into the software. Basically you have drivers for > different sources and sinks. Most of the time a sink is also a source. You > create channels between them. What about just creating some plugins to add > additional "decorators" for the sinks sources and connect the "decorators" > if they are available on both sides? I think this would simplify future > additions to the protocol or some implementation specifics. > that solves only half the problem. you want to physically link the mailboxes in one store, declaring one to be "real" and others to be "shadows". getting this assignment through the channel (e.g., via labels, which are just imap flags on steroids) seems like the minor issue here. i think a much better approach would be implementing only label (keyword/custom flag) support, and let the higher-level software do the virtual folder management. with mutt that would be notmuch, afaik. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ isync-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/isync-devel
