Commit graph

658 commits

Author SHA1 Message Date
Clément DOUIN 4f05ff6e03
update install_url from nix gh action 2021-08-18 19:48:31 +02:00
Clément DOUIN f92bd62e89
add wiki warning about echo cmd in config passwd-cmd 2021-08-18 12:06:07 +02:00
Clément DOUIN 52e76d19e5
make pagination starting at 1 instead of 0 (#186) 2021-08-06 13:33:59 +02:00
Clément DOUIN 97054d3133
expand tilde in config file (#102) 2021-08-05 23:18:28 +02:00
Clément DOUIN a6b30b746c
add config opt signature-delimiter 2021-08-04 22:25:45 +02:00
Clément DOUIN 32d8cf0163
add missing From header when using xdg-email (#162) 2021-08-04 21:58:35 +02:00
Clément DOUIN 2acd5d71d3
add basic support of xdg-email (#162) 2021-08-04 21:42:59 +02:00
Clément DOUIN a70631de1c
add missing subject prefix for replies 2021-08-04 16:50:16 +02:00
Clément DOUIN 7b046f87ee
fix new/reply/forward issue in vim plugin (#176) 2021-08-03 22:46:36 +02:00
toastal 63090a2f01
remove extra version (#183)
* Nix dependencies updated

* fix vim plugin build
2021-08-03 15:15:38 +02:00
toastal f77f33b2d8
fix vim plugin + update flake references (#182)
* Nix dependencies updated

* fix vim plugin build
2021-08-03 15:11:52 +02:00
Fancy Cade fadebf0997
generate Message-Id header with uuid and from address domain (#171) 2021-07-08 14:49:24 +02:00
rui 8e40cc3ddb
add homebrew release badge (#165)
* doc: add homebrew install

Signed-off-by: Rui Chen <rui@chenrui.dev>

* doc: add homebrew release badge

Signed-off-by: Rui Chen <rui@chenrui.dev>

* remove brew installation from README
2021-07-01 10:27:22 +02:00
toastal 0d7b490f98
include vim plugin inside nix package (#157) 2021-06-03 16:51:48 +02:00
Clément DOUIN 7c88896fcc
release v0.4.0 2021-06-03 16:15:46 +02:00
Clément DOUIN e3d022720d
add ability to change account vim plugin (#91) 2021-06-03 16:08:03 +02:00
toastal edb2e181e7
add .desktop file (#161) 2021-06-03 15:33:25 +02:00
Clément DOUIN 27638be387
update changelog with template refactor 2021-06-02 23:47:10 +02:00
Clément DOUIN a8353b70e7
use default instead of new for Config, Account and Output 2021-06-02 23:41:06 +02:00
Clément DOUIN 6bca1a289b
rename App to Ctx 2021-06-02 22:59:34 +02:00
Clément DOUIN fa223417a0
add new() method for Account and Config 2021-06-02 22:50:22 +02:00
Clément DOUIN 4df39b6d01
refactor tpl cli override 2021-05-31 20:52:10 +02:00
Clément DOUIN 28448310c7
refactor stdin for send and tpl cmds 2021-05-31 14:19:55 +02:00
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
Paolo Barbolini c9e1609ea9
update lettre to v0.10.0-rc.1 (#150)
$ cargo update -p lettre --aggressive
    Updating crates.io index
    Updating aho-corasick v0.7.15 -> v0.7.18
    Removing bytes v1.0.1
    Updating cc v1.0.66 -> v1.0.67
      Adding fastrand v1.4.1
    Removing getrandom v0.1.15
    Removing http v0.2.3
    Removing httparse v1.3.5
    Updating httpdate v0.3.2 -> v1.0.0
    Removing hyperx v1.3.0
    Updating idna v0.2.0 -> v0.2.3
    Removing language-tags v0.2.2
    Updating lettre v0.10.0-beta.3 -> v0.10.0-rc.1
    Updating libc v0.2.88 -> v0.2.94
    Updating lock_api v0.4.3 -> v0.4.4
    Updating memchr v2.3.4 -> v2.4.0
    Updating native-tls v0.2.6 -> v0.2.7
    Updating once_cell v1.5.2 -> v1.7.2
    Updating openssl v0.10.32 -> v0.10.34
    Updating openssl-probe v0.1.2 -> v0.1.4
    Updating openssl-sys v0.9.60 -> v0.9.63
    Updating parking_lot_core v0.8.2 -> v0.8.3
    Removing percent-encoding v2.1.0
    Updating quoted_printable v0.4.2 -> v0.4.3
    Removing rand v0.7.3
    Removing rand_chacha v0.2.2
    Removing rand_core v0.5.1
    Removing rand_hc v0.2.0
      Adding redox_syscall v0.2.8
    Updating regex v1.4.2 -> v1.5.4
    Updating regex-syntax v0.6.21 -> v0.6.25
    Updating security-framework v2.0.0 -> v2.2.0
    Updating security-framework-sys v2.0.0 -> v2.2.0
    Updating smallvec v1.6.0 -> v1.6.1
    Updating tempfile v3.1.0 -> v3.2.0
    Removing thread_local v1.0.1
    Updating tinyvec v1.1.0 -> v1.2.0
    Removing unicase v2.6.0
    Updating unicode-bidi v0.3.4 -> v0.3.5
    Updating unicode-normalization v0.1.16 -> v0.1.17
    Updating vcpkg v0.2.11 -> v0.2.12
    Updating version_check v0.9.2 -> v0.9.3
    Removing wasi v0.9.0+wasi-snapshot-preview1
2021-05-14 18:49:31 +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 d41df7d1a4
fix vim help doc (#117) 2021-05-09 17:15:29 +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 15376eedc3
remove content-type from templates (#146) 2021-05-09 13:04:03 +02:00
Clément DOUIN 44fbaaa1d6
fix seen flag when moving a msg 2021-05-08 23:14:28 +02:00
Clément DOUIN 5d352ae094
fix install.sh bin name 2021-05-08 22:52:43 +02:00
Clément DOUIN f6b2fa76b7
release v0.3.2 2021-05-08 22:34:00 +02:00
Clément DOUIN 2a8f576d45
remove .exe from release (#144) 2021-05-08 22:32:50 +02:00
Clément DOUIN ccfc3b0d6e
update vim readme with new mappings and options 2021-05-08 22:27:12 +02:00
Clément DOUIN fada081115
add vim deletion range 2021-05-08 21:55:07 +02:00
Clément DOUIN ac3b0bfdde
add copy/move/delete vim features 2021-05-08 21:35:28 +02:00
Clément DOUIN 98173c49e6
simplify wiki tips sidebar 2021-05-08 14:55:40 +02:00
Clément DOUIN 9125b3e869
update docs+tests about idle command 2021-05-08 13:49:13 +02:00
Clément DOUIN 66abac61fa
add wiki entry about new msgs counter (#121) 2021-05-08 13:19:25 +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 9d40a7d30f
fix integration tests 2021-05-04 23:19:05 +02:00
Clément DOUIN dcbbe01c94
add mailbox attributes (#134) 2021-05-04 23:11:01 +02:00
Clément DOUIN 435932a501
get signature from file (#135) 2021-05-04 16:19:06 +02:00
Clément DOUIN 9ba0c75c58
remove \t from subjects (#141) 2021-05-04 12:18:36 +02:00
Clément DOUIN 9ea84be081
release v0.3.1 2021-05-04 00:23:37 +02:00
Clément DOUIN 8534cec8c4
improve wiki entry about sending msg via stdin 2021-05-04 00:18:14 +02:00
Clément DOUIN 4668d51476
use stdin to send message (#78) 2021-05-04 00:15:11 +02:00
Clément DOUIN 08f10266e3
fix vim plugin empty mbox message (#136) 2021-05-03 23:34:16 +02:00
Clément DOUIN f74f0e3b68
update sidebar UIs section 2021-05-03 22:24:56 +02:00