imap-tools 1.8.2

A collection of tools to manipulate IMAP mailboxes
1
2
3
use crate::libs::filter::Filter;

pub type Filters<T> = Vec<Filter<T>>;