-Ross--
You received this message because you are subscribed to the Google Groups "Camlistore" group.
To unsubscribe from this group and stop receiving emails from it, send an email to camlistore+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
"There's probably no point to use the gmail API at all"
I interpret the above as "no point to use Gmail extensions to IMAP".
I don't agree, as one could import just the "all mail" folder and read the labels using Gmail's extension to IMAP, which would be nicer than just importing all folders.
Additionally, OAuth is really nice for authentication, but Gmail-specific.
Surely you didn't mean avoiding these Gmailisms in case the server supports them is good, and you meant that the proposed schema should not /depend/ on them (which I agree with)?
Thanks for clarification! :)
However, I think having the raw email available as well as attachments showing up as regular files I own is a decent feature. So that an attached image actually appears among my images, e.g., in the UI. In that sense I don't consider it odd to split a multipart body into its parts.
I've been thinking about email and camlistore lately. Are there any recent thoughts on this topic? I played around with a bit of code considering something like an smtp server interfacing with camlistore to store and retrieve messages. So far I just played with interacting with net/mail and the camlistore cli tools.I was wondering about an importer for generic email, but I got a little stuck on if that'd be practical for supporting real email UIs. Correct me if I'm wrong: are importers able to only run periodically? I think that could still work, but only if it's kosher that an importer can, say, spin off a few goroutines and serve on the smtp port. For pushing content into the actual data store, it could still run periodically, just fairly frequently. (minute or less maybe?) What's the thought there?As far as schema, I missed a couple of the docs here til now, but what I ended up with looks kinda like a messier version of Brad's doc, structurally speaking, but focusing on email as a standard format.
--
You received this message because you are subscribed to a topic in the Google Groups "Camlistore" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/camlistore/MvkwC7qLMm8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to camlistore+...@googlegroups.com.