Commit Graph

18 Commits

Author SHA1 Message Date
Clément DOUIN 6bca1a289b rename App to Ctx 2021-06-02 22:59:34 +02:00
Clément DOUIN f71720e6b9 refactor tpl system (#80) 2021-05-31 00:02:16 +02:00
Clément DOUIN 36d3cd6347 bump imap-rust v3.0.0-alpha.3 2021-05-09 21:40:37 +02:00
Clément DOUIN 05b0274725 add debug and trace logs in table module (#138) 2021-05-03 14:08:04 +02:00
Clément DOUIN fa2f93185f improve logging, replace log-level by RUST_LOG 2021-04-28 00:47:24 +02:00
Clément DOUIN cddb7bde37 refactor table system (#132)
* init table trait

* add shrink_col_index and max_width method to Table trait

* make unicodes work when shrinking

* improve readability of the table

* replace old table system with new one

* update changelog
2021-04-27 14:54:53 +02:00
Clément DOUIN 15c635eb1d use env_logger for plain output fmt (#126) 2021-04-24 22:54:01 +02:00
Clément DOUIN 0907683e31 split modules into mod.rs files 2021-04-18 00:21:22 +02:00
Clément DOUIN 95b99c25da add custom config path (#86) 2021-04-17 23:19:34 +02:00
Clément DOUIN 3e0d1f704d add default page size config (#96) 2021-04-17 22:41:10 +02:00
Clément DOUIN 9f7173a572 prevent simultaneous imap conn 2021-04-04 00:17:27 +02:00
Clément DOUIN 8d1f1e5ed1 add copy/move/delete features 2021-03-31 23:00:54 +02:00
Clément DOUIN 8dbd7c1e7a merge app with main 2021-03-23 22:37:52 +01:00
Clément DOUIN e2ba18cda8 extract imap cli+model 2021-03-23 22:20:54 +01:00
Clément DOUIN 96c527dd1a clean msg/mbox cli files 2021-03-23 22:06:42 +01:00
Clément DOUIN a0296a54d2 extract mbox and msg logics 2021-03-22 22:22:05 +01:00
Clément DOUIN e108729491 extract flags from msg model 2021-03-22 12:50:22 +01:00
Clément DOUIN 563f9a6538 split flags cli logic to a dedicated mod 2021-03-19 23:15:38 +01:00