Penguin
Blame: EvolutionNotes
EditPageHistoryDiffInfoLikePages
Annotated edit history of EvolutionNotes version 2, including all changes. View license author blame.
Rev Author # Line
1 AristotlePagaltzis 1 !! Client-side filtering
2
3 In order to get [Evolution] to do this correctly, you may need to check the ''Apply filters to new messages in Inbox on this server'' option, which lives in ''Tools / Settings / Edit Account / Receiving Options''.
4
5 !! Sending mail from the CommandLine
6
7 Evolution 1.4 (and maybe some earlier versions) lets you create new [Email] by saying something like
8
9 <verbatim>
10 evolution mailto:username@localhost
11 </verbatim>
12
13 You can also add an attachment or subject -- though it isn't documented anywhere sensible, like in the User Guide, or in the (non-existent) ManPage.
14
15 <verbatim>
16 evolution 'mailto:username@localhost?subject=moo&attach=file:///tmp/x.txt'
17 </verbatim>
2 CraigBox 18
19 !! Better [Exchange|MicrosoftExchange] communication
20
21 [Brutus|http://www.omesc.com] is a client-and-server solution that run a MAPI translator on a Windows server, and allows connections from Brutus clients - including an Evolution connector. Its main claim to usefulness is it will work with Exchange 5.5, where the Evolution Exchange connector will not, as that uses WebDAV, which was introduced in Exchange 2000.
22
23 -----
24 CategoryNotes