Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
quickstart:clients [2008/02/08 18:49] – external edit 127.0.0.1quickstart:clients [2014/03/24 13:28] (current) – external edit 127.0.0.1
Line 3: Line 3:
 POPFile works as a //proxy server//. Your email program talks to POPFile, which talks to your email server on its behalf. Instead of your email program getting messages directly, POPFile grabs them first, and scans them to decide what bucket they should go into. POPFile works as a //proxy server//. Your email program talks to POPFile, which talks to your email server on its behalf. Instead of your email program getting messages directly, POPFile grabs them first, and scans them to decide what bucket they should go into.
  
-Once it's decided - which takes only fractions of a second - POPFile does one of two thingsit can add a tag like [personal] to the start of the subject line; which allows email programs like Microsoft Outlook Express that allow only simple filtering to move your mail based on POPFile's classification.  For more advanced email programs like Eudora, it can add a new email header like this: +Once it's decided - which takes only fractions of a second - POPFile marks the email with the bucket name. POPFile has two ways to mark email messages: 
-<code> X-Text-Classification: personal</code> + 
-which your email program can use as filter.+  * Adding a tag (e.g. **[personal]**) to the start (or end) of the subject line 
 +    * This method allows email programs that allow only simple filtering to move your email based upon POPFile's classification (e.g. a filter can be used to move all mail marked **[personal]** to a folder reserved for personal email). 
 + 
 +  * Adding a new email header (e.g. **X-Text-Classification: personal**) 
 +    * This new header can be used by advanced email programs to filter email messages. This method has the advantage of leaving the subject line unchanged. 
 + 
 +Normally only one of these methods will be used but POPFile can be configured to modify the subject line **and** insert new email header.
  
 However, you need to do two things to get your email program talking to POPFile:  However, you need to do two things to get your email program talking to POPFile: 
 
quickstart/clients.1202496561.txt.gz · Last modified: 2014/03/24 13:28 (external edit)
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License