tuta_poll 0.1.0

tuta library to fetch new mails, decrypt them, and mark them as read
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub const BASE_URL: &'static str = "https://app.tuta.com";
pub const CLIENT: &'static str = "Firefox Browser";
pub const CLIENT_VERSION: &'static str = "3.119.6";
pub const MODEL_VERSION: &'static str = "91.65";

pub mod bucket_permission;
pub mod group;
pub mod group_info;
pub mod mail;
pub mod mailbody;
pub mod mailbox;
pub mod mailboxgrouproot;
pub mod mailfolder;
pub mod permission;
pub mod salt;
pub mod session;
pub mod user;