Manos Pitsidianakis
40c6647db8
Fix multipart/related with main text/html part not displayed correctly
2022-12-09 14:06:20 +02:00
Manos Pitsidianakis
f63ce388f7
commands: move ManageMailboxes to Tab Actions
2022-12-09 12:58:56 +02:00
Manos Pitsidianakis
c06c3f5893
mail/listing/conversations: draw gap between list and mail view
2022-12-09 12:50:17 +02:00
Manos Pitsidianakis
abc56eae43
mail/listing: fix SEEN flag update hiding mail view momentarily
2022-12-09 12:49:46 +02:00
Manos Pitsidianakis
7606317f24
melib/notmuch: add support for virtual mailbox hierarchy
...
Add optional "parent" property to notmuch mailbox configuration.
Closes #167
https://git.meli.delivery/meli/meli/issues/167
2022-12-09 12:35:10 +02:00
Manos Pitsidianakis
4f45b10974
mail/listing: fix tag updates not showing up right away
...
Closes #132
Closes #133
2022-12-09 12:30:51 +02:00
Manos Pitsidianakis
5634f95553
Rename MeliError struct to Error
2022-12-08 22:20:05 +02:00
Manos Pitsidianakis
259aeb0087
Convert {Account,Mailbox}Hash from typedef to wrapper struct
2022-12-08 22:10:58 +02:00
Manos Pitsidianakis
7382e30160
Convert EnvelopeHash from typedef to wrapper struct
2022-12-08 20:43:52 +02:00
Manos Pitsidianakis
2427b097c5
themes: make tag_default background lighter on light theme
...
Closes #164
2022-12-04 16:31:49 +02:00
Manos Pitsidianakis
252d2bdf2f
Replace hardcoded /bin/false with 'false'
...
Credits to http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail/meli/patches/patch-src_conf_rs?rev=1.1.1.1&content-type=text/x-cvsweb-markup
2022-12-04 15:53:57 +02:00
Manos Pitsidianakis
eaecc5ea12
melib/notmuch: remove hardcoded major .so version for non linux/macos target_os
...
Credits to http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/mail/meli/patches/patch-melib_src_backends_notmuch_rs?rev=1.1&content-type=text/x-cvsweb-markup for discovering this.
2022-12-04 15:44:20 +02:00
Manos Pitsidianakis
4b96bd591f
mail/listing: add ColorCache constructor to deduplicate code
2022-12-04 14:16:36 +02:00
Manos Pitsidianakis
b9030a684c
listings: fix selection not appearing immediately and invalid motions
2022-12-01 21:20:20 +02:00
Manos Pitsidianakis
2224a7100f
melib/imap: reset imap cache on init error
2022-12-01 21:06:33 +02:00
Manos Pitsidianakis
7924aa8bfe
melib/jmap: fix compilation
2022-11-28 16:56:37 +02:00
Manos Pitsidianakis
7af893597f
conf/shortcuts.rs: replace use of Self::DESCRIPTION with Shortcuts struct consts
2022-11-28 16:18:49 +02:00
Manos Pitsidianakis
7d9cabb023
Add mailbox manager tab
2022-11-28 15:44:12 +02:00
Manos Pitsidianakis
ee9d458b05
accounts.rs: implement mailbox {un,}sub actions
2022-11-28 15:30:19 +02:00
Manos Pitsidianakis
5ba7b2cd7b
meli: fix clippy lints for meli binary
2022-11-24 19:58:23 +02:00
Manos Pitsidianakis
104352e595
Add table UI widget
2022-11-24 19:58:06 +02:00
Manos Pitsidianakis
bd22f986f0
melib: fix clippy lints
2022-11-14 19:14:19 +02:00
_
ded9adde61
More descriptive "Unimplemented" messages
2022-11-13 19:04:29 +02:00
Manos Pitsidianakis
6317984136
Makefile: add --bin flag to meli cargo build target
2022-11-13 18:59:12 +02:00
Manos Pitsidianakis
db227dea34
build.rs: add error messages if mandoc
,man
binaries are missing
2022-11-11 20:08:00 +02:00
Manos Pitsidianakis
282af86e83
docs: fix NAME sections manual pages for correct whatis(1) parsing
...
Reference used was WHATIS PARSING section in lexgrog(1).
This change enables the manual page to be returned with a whatis(1)
query:
$ whatis meli
meli (1) - terminal e-mail client
2022-11-11 16:53:41 +02:00
Manos Pitsidianakis
cc439b239a
mail/listing.rs: add RowsState struct
...
Keep state of rows in lists in this struct to reduce code duplication in
list implementations
2022-11-07 20:36:59 +02:00
Manos Pitsidianakis
b776409d6c
melib/thread.rs: add thread, env hash index fields
2022-11-07 16:26:47 +02:00
Manos Pitsidianakis
56fc43bcf8
melib: add As{Ref,Mut} impls for RwRef{,Mut}
2022-11-07 16:25:37 +02:00
spike
59b95f83d2
fix docs
2022-10-30 13:31:23 +01:00
Manos Pitsidianakis
88a1f0d4bc
melib/imap/parser: fix FETCH response parsing bug
...
Closes #160
Closes #128
2022-10-23 21:05:06 +03:00
Manos Pitsidianakis
64346dd3fe
melib/parsec: add map_res, quoted_slice, is_a, alt, take, take_literal
2022-10-22 22:47:14 +03:00
Manos Pitsidianakis
17b42b1a6c
melib/parsec: add json deserialization tests
2022-10-22 22:47:10 +03:00
Manos Pitsidianakis
6d20abdde7
melib/gpgme: add #[allow(deref_nullptr)] in bindgen tests
2022-10-22 22:45:15 +03:00
Manos Pitsidianakis
803d3414fd
melib/imap/managesieve: implement some rfc5804 commands
...
Try with managesieve REPL in src/managesieve.rs:
cargo run --bin managesieve-client ~/.config/meli/config.toml
"accountname"
rfc5804 <https://www.rfc-editor.org/rfc/rfc5804.html >
2022-10-22 21:14:53 +03:00
Manos Pitsidianakis
3697b7d960
melib/datetime: don't use LC_ category in place of LC_ masks in libc calls
...
LC_ masks are bit masks, whereas category values are not.
Concerns #159
[imap] all mail timestamps are zero/epoch #159
https://git.meli.delivery/meli/meli/issues/159
2022-10-17 18:06:58 +03:00
Manos Pitsidianakis
dd0baa82e9
Spawn user-given command strings with sh -c ".."
...
If given string contains arguments, Command::new(string) will fail.
Reported in #159 https://git.meli.delivery/meli/meli/issues/159
2022-10-17 17:40:25 +03:00
Manos Pitsidianakis
0ef4dde939
melib/jmap: wrap serde_json deserialize errors in human readable errors
2022-10-13 10:59:10 +03:00
Manos Pitsidianakis
55ed962425
melib/jmap: use server_url instead of server_hostname + server_port in config
2022-10-13 10:40:48 +03:00
Manos Pitsidianakis
46a038dc68
conf.rs: remove interactive messages when #[cfg(test)]
2022-10-09 20:08:36 +03:00
Manos Pitsidianakis
16646976d7
compose: fix reply subject prefixes stripping original prefix
...
Unintelligent heuristic but should cover most cases?
Configurable subject response prefix #142
https://git.meli.delivery/meli/meli/issues/142
Closes #142
2022-10-09 18:31:01 +03:00
Manos Pitsidianakis
ffb12c6d1a
conf.rs: make all public struct fields public
2022-10-09 18:30:22 +03:00
Manos Pitsidianakis
7e09b1807f
melib/collection: replace _Ref deref unwraps with expect()
2022-10-09 18:28:41 +03:00
Manos Pitsidianakis
129573e0fd
melib/maildir: rename root_path to root_mailbox
2022-10-09 18:28:07 +03:00
Manos Pitsidianakis
0c08cb737c
melib/jmap: mark mailboxes as subscribed on personal accounts
...
The spec https://jmap.io/spec-mail.html#mailboxes says a mailbox property `isSubscribed` should be considered true if the account is marked as `isPersonal`.
Closes #157
JMAP incompatible with Stalwart server #157 https://git.meli.delivery/meli/meli/issues/157
2022-10-04 15:58:36 +03:00
Manos Pitsidianakis
117d7fbe04
melib/jmap/rfc8620.rs: make private fields public
2022-10-04 15:51:43 +03:00
Manos Pitsidianakis
347be54305
melib/error: add NetworkErrorKind enum
2022-10-04 15:49:34 +03:00
Manos Pitsidianakis
7935e49a00
conf/accounts.rs: check properly if mailbox request is an error
2022-10-04 15:42:24 +03:00
Manos Pitsidianakis
c54a31f7cc
listing/offline.rs: break line for error messages
2022-10-04 15:41:40 +03:00
Manos Pitsidianakis
c3fdafde3b
Documentation touchups
2022-09-26 18:04:53 +03:00