summary: thoughts that are unfinished, questions that need answers and other orphaned concepts.
Put together a list of Zoe resources
Either for future inclusion, inspiration and/or plagarism.
Write a GlosssaryOfTerms
?.
Proxies
figure out how to get Zoe working with a proxy (see
[1] and
[2] for a start)
Advanced Queries
Information regarding Lucene query syntax with some Zoe specific examples.
Here are some snips from the mailing list to start with:
Working ways to do "search Phrases":
- a certain word/phrase in the body sent between two particular dates
"search phrase" after-date:2004/1/1 before-date:2004/3/1
- I am not sure about the newest version of Zoe, but in Zoe 0.5.4
the header's names were ("subject", "firstSentence", "textContent", "header").
Unfortunately, Zoe converts every query into a lowercase one before
processing, so the names with capitals ("firstSentence", "textContent" could
behave stranger than the others.
- For boolean operators - try to use || or && instead of "OR", "NOT" - that
way it worked for me a long time ago with Zoe 0.5.4. It is again that "capital
letters" issue. In short - the query "subject:adam || header:eve" should work as expected
in Zoe.
XML-RPC Interface
examples, documentation, uses.
[Using Zoe's XML-RPC Interface]
[Zoe XML-RPC Specification Docs]
Under the Covers
Notes about how the application works 'under the hood'. This could be useful for troubleshooting.
User names
The only relevant information as far as retrieving emails is your host name and username/password. That's what defines an email account. The email address itself has nothing to do with it.
see [Zoe-general]
Message Parsing
Usually, in the case of messages with alternative contents (e.g. text and html), the text content always "win". The application will always choose a text content over any other alternative. If only an html version exists, it will get parsed for its text content.
see [Zoe-general]
Zombie Messages
Q. What happens if I delete message through the file system?
A. Deleteing a message will not affect the ZOE indexes or object stores. You will still 'see' the message in ZOE, but it will have no content. To remove these
Zombie messages you must rebuild your index.
Getting started with Zoe
more than just 'installing'. A real How-to guide
illustrate (either ASCII art or GIF) possible configurations
start simple (bare bones), then allow for more complicated configurations (eg. spam filters)