| Summary: | Filters scripting language support | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Alvaro Segura <aseguralasa> |
| Component: | filtering | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | 1.6.1 | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Ideally Sieve, yes. That's being worked on. Sieve support implemented long time ago. Will close it. |
Version: 1.6.1 (using KDE KDE 3.2.1KDE 1.2) Installed from: Mandrake RPMsMandrake RPMs OS: Linux Instead of creating filters through comboboxes in a GUI, it would be very powerful to have a "Filter stript editor". It coud use the existing JS engine and expose special objects and methods in it for filter development. Something like: if(mail.sender.contains("osama") mail.trash(); if(mail.sender.isInAddressBooxFolder("friends")) mail.moveTo("Friends"); if(mail.subject.contains("[KDE]") && !mail.hasAttachments()) mail.sendTo("KDE Development");