IMAPServer-shared 0.1.0

A shared module for the IMAPServer crate and it's cli
Documentation
1
2
3
4
5
6
7
8
table! {
    users (id) {
        id -> Integer,
        email -> Text,
        password_hash -> Text,
        uid_validity_identifier -> Text,
    }
}