Clément DOUIN
f71720e6b9
refactor tpl system ( #80 )
2021-05-31 00:02:16 +02:00
Matthias Beyer
62ac9aef2c
refactor msg matches ( #151 )
...
* Refactor msg_matches() impl into several functions
Signed-off-by: Matthias Beyer <mail@beyermatthias.de >
* Simplify impl of msg_matches()
Signed-off-by: Matthias Beyer <mail@beyermatthias.de >
* Refactor to use msg_matches_list() impl for default case as well
Signed-off-by: Matthias Beyer <mail@beyermatthias.de >
* Remove unidomatic return keyword
Signed-off-by: Matthias Beyer <mail@beyermatthias.de >
2021-05-23 12:04:37 +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
027b8726c6
fix missing attachment arg for reply and forward cmds ( #109 )
2021-05-09 13:14:37 +02:00
Clément DOUIN
44fbaaa1d6
fix seen flag when moving a msg
2021-05-08 23:14:28 +02:00
Clément DOUIN
ef1a22d986
split idle cmd into notify+watch, remove err when empty result
2021-05-07 16:41:51 +02:00
Clément DOUIN
4668d51476
use stdin to send message ( #78 )
2021-05-04 00:15:11 +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
15c635eb1d
use env_logger for plain output fmt ( #126 )
2021-04-24 22:54:01 +02:00
Clément DOUIN
4af2b6a0ac
refactor readme + wiki ( #110 )
...
* make readme more concise
* update wiki
* update wiki links inside readme
2021-04-18 23:08:50 +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
2f018889e0
fix panic when downloads-dir does not exist ( #100 )
2021-04-16 00:00:00 +02:00
Clément DOUIN
33185dba86
save msg upon error ( #59 )
2021-04-15 23:29:58 +02:00
Clément DOUIN
e8ae4b025f
release v0.2.5
2021-04-12 00:21:08 +02:00
Clément DOUIN
557c5b79bc
expunge mbox after move and delete cmds ( #83 )
2021-04-09 14:42:25 +02:00
Clément DOUIN
da15ffafd0
add wiki entry about read msg
2021-04-09 00:46:21 +02:00
Clément DOUIN
570c67a2bb
add --raw arg for read cmd ( #79 )
2021-04-09 00:30:18 +02:00
Clément DOUIN
f26051685c
refactor output system ( #74 )
2021-04-09 00:15:16 +02:00
Clément DOUIN
ebf1b854be
add silent flag ( #74 )
2021-04-08 18:44:31 +02:00
Clément DOUIN
8e6740db65
add info log for copy/move/delete cmds
2021-04-08 18:33:12 +02:00
Clément DOUIN
daaa37f3a7
fix incomplete copy/move ( #75 )
2021-04-08 13:55:23 +02:00
Clément DOUIN
1dc051c7c0
add alias for write cmd
2021-04-04 17:43:23 +02:00
Clément DOUIN
d99e17af75
fix logs attachment cmd
2021-04-04 17:41:31 +02:00
Clément DOUIN
9602fc0b5b
fix page size for search cmd
2021-04-04 17:38:40 +02:00
Clément DOUIN
409e25fc4d
fix pagination
2021-04-04 15:07:41 +02:00
Clément DOUIN
3d702677b5
refactor vim fn naming
2021-04-04 14:25:55 +02:00
Clément DOUIN
9f7173a572
prevent simultaneous imap conn
2021-04-04 00:17:27 +02:00
Clément DOUIN
2850ae01fd
implement add attachement to msg feature
2021-04-03 22:30:57 +02:00
Clément DOUIN
1a26ac4b2c
rename messages subcmd to list
2021-04-03 11:26:12 +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
f2158e71d2
extract output cli+utils
2021-03-23 22:26:29 +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