Sieve and ManageSieve tools for Outlook, Thunderbird, and .NET.

Keep mail rules close to your mail: turn supported Outlook and Thunderbird filters into server-side Sieve scripts, then manage them through ManageSieve when your provider supports it.

Choose your workflow

No ManageSieve? Export a local Sieve script for a provider that accepts one. No Sieve support at all? Transiever cannot deploy mail rules to that provider.

Check provider compatibility

Validated

mailbox.org

Validated with mailbox.org and its Open-Xchange rule editor.

ManageSieve is the RFC 5804 protocol for remotely managing Sieve scripts. Sieve support alone does not guarantee ManageSieve; check support before you sync.

Install your tools

Windows with Scoop

scoop bucket add transiever https://github.com/SeWieland/Transiever.ScoopBucket
scoop install transiever/olrx
scoop install transiever/tbrx
scoop install transiever/srtx
scoop install transiever/msieve

Linux x64 with Homebrew

brew install SeWieland/transiever/tbrx
brew install SeWieland/transiever/srtx
brew install SeWieland/transiever/msieve

olrx requires classic Outlook for Windows.

Use Transiever from .NET

How server sync works

Rule sources

Classic Outlookolrx
Thunderbirdtbrx

Shared sync pipeline

SieveRuler Reconcile · preview · backup · rollback ManageSieve Provider-neutral server connection

Your provider

Mail server Server-side Sieve rules

When ManageSieve is available, your client rules go through one shared pipeline to a compatible mail server.

AI usage

Transiever is a personal hobby project created to solve practical problems I have encountered myself.

AI is used heavily throughout its development. It supports research, design exploration, implementation, debugging, and documentation.

The project is developed using test-driven development and reviewed by a human, me. Its direction, behavior, and quality remain guided by the problems it is intended to solve.