Skip to content

Instantly share code, notes, and snippets.

@Hotrod369
Hotrod369 / 1_Sieve_Script_Cheatsheet.md
Last active January 29, 2026 16:31
This Gist provides a comprehensive cheatsheet for Sieve scripts, covering various objects, attributes, parameters, and their possible values. Sieve is a powerful scripting language for filtering and organizing emails, commonly used with email clients and servers. This cheatsheet includes tests, actions, comparators, and extensions to help you cr…
@loraderon
loraderon / SelectButton.cs
Created September 15, 2010 08:16
SelectButton for WPF (similar to a SplitButton)
using System;
using System.Collections;
using System.Windows;
using System.Windows.Controls;
namespace loraderon.Controls
{
public partial class SelectButton : UserControl
{
public event RoutedEventHandler Click;