Manos Pitsidianakis
8c671935f9
Add compose (pre-submission) hooks for validation/linting
...
compose-hooks run before submitting an e-mail.
They perform draft validation and/or transformations.
If a hook encounters an error or warning, it will show up as a notification.
The currently available hooks are:
- past-date-warn
Warn if Date header value is far in the past or future.
- important-header-warn
Warn if important headers (From, Date, To, Cc, Bcc) are missing or invalid.
- missing-attachment-warn
Warn if Subject, draft body mention attachments but they are missing.
- empty-draft-warn
Warn if draft has no subject and no body.
They can be disabled with [composing.disabled_compose_hooks] setting.
2023-05-16 17:31:56 +03:00
Manos Pitsidianakis
1f1ea30769
components/mail/view: on draw() set dirty on return
2023-05-01 16:33:19 +03:00
Manos Pitsidianakis
85d4316a6a
Replace old logging module with the log
create
2023-05-01 16:22:35 +03:00
Manos Pitsidianakis
30cc5d3d02
docs: add edit-config in manpages
2023-05-01 08:43:36 +03:00
Manos Pitsidianakis
b1a7188771
Clippy fixes
2023-04-30 20:47:53 +03:00
Manos Pitsidianakis
3a02b6fb80
README.md: mention how to override w3m with html_filter
2023-04-30 19:14:47 +03:00
3nt3
34bb532e8d
Mention w3m dependency
...
Fixes #181
Signed-off-by: 3nt3 <gott@3nt3.de>
2023-04-30 18:05:21 +02:00
Manos Pitsidianakis
47e6d5d935
meli: add edit-config CLI subcommand that opens config files on EDITOR
2023-04-26 13:36:57 +03:00
Manos Pitsidianakis
39d9c2af3b
melib/smtp: fix test smtp server logic
2023-04-26 12:08:15 +03:00
Manos Pitsidianakis
d679a74450
melib/jmap: Implement Bearer token authentication
...
Fastmail now uses an API token in a http header for authentication.
This can be used either as a server_password or provided by a
server_password_command like oauth2.
2023-04-10 20:58:49 +03:00
Manos Pitsidianakis
d9c07def0f
Add command to select charset encoding for email
...
Open dialog to select charset with `d`.
2023-04-10 11:42:50 +03:00
Manos Pitsidianakis
939dc15e28
Fix melib tests
2023-04-10 11:19:14 +03:00
Manos Pitsidianakis
3adf72aed0
Add support for utf-7 encoding
...
Closes #175
2023-04-10 10:33:46 +03:00
Johannes Schilling
2447a2cbfe
melib/jmap: avoid relying on hardcoded hash values
...
The hash values seem to have changed in the meantime, or aren't the same
on all environments.
2023-03-09 10:37:58 +02:00
Manos Pitsidianakis
d7ec97f03b
Small rustfmt change
2023-03-09 10:37:00 +02:00
Johannes Schilling
fbc1007ff4
jmap: deserialize null
to empty vec for messageId
...
The spec says MessageId can be `null`, handle that case and deserialize
it to an empty Vec.
2023-03-09 10:30:34 +02:00
cos
256a3e252e
Update minimum supported rust version
...
Code requires label_break_value feature, which was [stabilized][0] in
release 1.65.0 of the toolchain.
[0]: https://github.com/rust-lang/rust/pull/99332
2023-03-06 09:56:43 +02:00
Manos Pitsidianakis
3a10953f05
debian/: update fix-prefix-for-debian.patch
2023-03-06 09:52:51 +02:00
Manos Pitsidianakis
11140b4a76
Fix test output
...
test_compose_reply_subject_prefix requires access to / path, and fails
when building with deb-dist
2023-03-06 09:49:02 +02:00
cos
671ce9f694
debian/: add missing build dependencies
...
quilt has unconditionally been used in debian/rules since the initial
addition of debian packaging support in commit bb80de.
sqlite3 has been a default feature since at least commit 6ceed3,
possibly longer through rusqlite.
2023-03-06 09:20:03 +02:00
Johannes Schilling
12cb717bda
melib: add server_password_command to jmap
...
Move the handling of either `server_password` or
`server_password_command` from the imap backend to the common
`AccountSettings` struct and add it for jmap as well.
2023-03-06 09:11:55 +02:00
Manos Pitsidianakis
f9ac9b607a
Temporarily disable libgpgme functions because of a bug
...
`Possible incorrect libgpgme API usage causes a SIGABRT when verifying
signatures #176`
<https://git.meli.delivery/meli/meli/issues/176 >
2023-02-11 17:51:36 +02:00
Manos Pitsidianakis
660bacb926
Add mailto
command to open composer with initial values from mailto template
2022-12-30 17:02:10 +02:00
Manos Pitsidianakis
de2f46fe61
rustfmt changes
2022-12-27 18:40:26 +02:00
Manos Pitsidianakis
5443b7e8f3
melib/sieve: remove literal_map() parse combinator
2022-12-27 18:38:20 +02:00
Manos Pitsidianakis
3c847ad26a
melib/sieve.rs: add beginning of sieve parser
...
Concerns #153
Support filtering rules to move mails to folders #153 <https://git.meli.delivery/meli/meli/issues/153 >
2022-12-27 18:29:27 +02:00
Manos Pitsidianakis
2878bbb8c8
melib/addressbook: add parser for mutt alias file
2022-12-23 02:32:22 +02:00
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