Fancy Cade
fadebf0997
generate Message-Id header with uuid and from address domain ( #171 )
2021-07-08 14:49:24 +02:00
Clément DOUIN
e3d022720d
add ability to change account vim plugin ( #91 )
2021-06-03 16:08:03 +02:00
Clément DOUIN
f71720e6b9
refactor tpl system ( #80 )
2021-05-31 00:02:16 +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
15376eedc3
remove content-type from templates ( #146 )
2021-05-09 13:04:03 +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
fa2f93185f
improve logging, replace log-level by RUST_LOG
2021-04-28 00:47:24 +02:00
Clément DOUIN
950e57acdb
show email addr when name not available ( #131 )
2021-04-27 18:10:18 +02:00
Clément DOUIN
754d311a05
fix edition file format ( #133 )
2021-04-27 17:18:53 +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
17df485e19
vim table containing emoji ( #122 )
2021-04-24 23:31:26 +02:00
Clément DOUIN
15c635eb1d
use env_logger for plain output fmt ( #126 )
2021-04-24 22:54:01 +02:00
Antonio Yang
477b7748de
add content-transfer-encoding support ( #128 )
2021-04-24 19:32:12 +02:00
Axel Dahlberg
6284b0c5a6
improve signature and template management ( #114 )
...
* Added signature seperator option plus some refactoring
* Have add_content make newline seperation to headers
* Remove signature separator as a separate argument
2021-04-20 11:23:03 +02:00
Clément DOUIN
daaa37f3a7
fix incomplete copy/move ( #75 )
2021-04-08 13:55:23 +02:00
Clément DOUIN
2850ae01fd
implement add attachement to msg feature
2021-04-03 22:30:57 +02:00
Clément DOUIN
17115319ee
introduce signature feature
2021-04-03 11:50:07 +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
a0296a54d2
extract mbox and msg logics
2021-03-22 22:22:05 +01:00