Clément DOUIN
ee9718a482
add message.delete.style config option
2024-03-23 17:07:41 +01:00
Clément DOUIN
799ee8b25b
use new template cursor api
2024-03-21 13:57:26 +01:00
Clément DOUIN
7ee710634b
bump deps, make global config option repeatable
2024-03-16 22:20:19 +01:00
Clément DOUIN
3868c62511
prevent unknown fields at top config level
2024-03-12 11:57:37 +01:00
Clément DOUIN
3e0cf0cfda
refactor backend system, remove accouts flattening
2024-02-21 11:38:50 +01:00
Clément DOUIN
4f9705952a
refactor new backend api
2024-01-27 11:15:03 +01:00
Perma Alesheikh
87eac50eb7
remove comparison with boolean value
...
Reasons:
- The bool value itself is enough for the filter expression.
- Simplifies the expression.
Signed-off-by: Perma Alesheikh <me@prma.dev >
2024-01-09 22:12:46 +01:00
Perma Alesheikh
945c567f35
remove reference over trait implemented type
...
Reasons:
- String already implement the AsRef<str>.
Signed-off-by: Perma Alesheikh <me@prma.dev >
2024-01-09 22:08:41 +01:00
Perma Alesheikh
2ef477c225
remove needless update using default
...
Reasons:
- Every field is either turned-off entirely or assigned a value when it
needs one.
- Avoids the situation when a new field is introduced and is assigned a
default value when it is not desired.
Signed-off-by: Perma Alesheikh <me@prma.dev >
2024-01-09 22:07:37 +01:00
Clément DOUIN
b0d7e773dc
renamed sync feature to account-sync, put wizard stuff under feature
2024-01-09 09:28:45 +01:00
Clément DOUIN
a6b863759c
add one cargo feature per backend feature
2024-01-07 23:48:45 +01:00
Clément DOUIN
9838854ec0
remove obsolete unit tests
2023-12-20 08:17:06 +01:00
Clément DOUIN
d6bf407653
move watch command from folder to envelope
2023-12-14 14:12:25 +01:00
Clément DOUIN
7fccdd822a
init folder watch command
2023-12-14 12:13:08 +01:00
Clément DOUIN
3e3f111d3b
fix typos
2023-12-11 22:01:48 +01:00
Clément DOUIN
2e0ec913cf
refactor configs to match new nested api from lib
2023-12-11 18:38:00 +01:00
Clément DOUIN
ef3214f36f
clean doc
2023-12-08 12:18:18 +01:00
Clément DOUIN
abe4c7f4ea
refactor account with clap derive api
2023-12-06 18:09:49 +01:00
Clément DOUIN
7a10a7fc25
reorganize folder and cli structure
2023-12-05 15:06:26 +01:00
Clément DOUIN
5da1148dc9
refactor wizard to handle password and oauth2 configuration
2023-05-19 15:26:53 +02:00
Clément DOUIN
f026e48733
improve oauth2 config deserialization and configuration
2023-05-05 00:07:27 +02:00
Clément DOUIN
694173b534
release v0.7.0 ( #433 )
...
* update codebase with email lib changes (#431 )
update himalaya-lib, rename remaining mbox vars
add missing methods from lib
update changelog
* fixed missing folder aliases #430
* improve README links
* fix README repology link
* fix README repology table
* fix README repology table 2
* center README repology table
* fix README cosmetic issues
* fix README cosmetic issues 2
* fix README title
* fix README wiki links
* fix lock file
* prepare v0.6.2
* fix ci
* try some musl builds #356
* add musl build to artifact #356
* add musl build to deployment pipeline #356
* migrate clap v4, add man command #419
* add option to choose color manually #407
* update links and badges
* update matrix badge
* add github release version badge
* update badges links
* fix code bloc type
* fix tests
* fix cargo lock
* generate all man pages for all subcommands #419
* fix query and headers arg parsers
* fix invalid flags and options due to clap v4 migration
* fix tests
* remove -l|--log-level option
* refactor contributing guide
* update lib
* fix flags string printer
* make commands read, attachments, copy, move and delete accept multiple ids
* fix ids arg parser
* fix flags subcommands conflicts between ids and flags
* flip back copy and move arguments
* add issue template (#439 )
* update lib, prepare for sync feature
* update himalaya lib, fix senders and config
* update lock file himalaya lib
* fix sync enabling issues
* fix wrong imap backend init in main file
* fix notmuch backend post sync feature
* configuration wizard (#432 )
* make DeserializedConfig::path more robust
With this change, himalaya uses the crate `dirs` in order to follow XDG
specifications on Unix, Known Folder on Windows and Standard Directories
on MacOS. This gives us much smoother cross-platform support. It still
has the same fallbacks (`$HOME/.config/himalaya/config.toml` and
`$HOME/.himalayarc`.)
Additionally, this commit removes a bit of in-house code-bloat.
* add wizard entrypoint and basic structure
* wip
* feat: impl Serialize for all DeserializedConfigs
* feat: select default account and write to file
* feat: add SMTP part of wizard
* build: update lockfile
* refactor: separate out multiple files for wizard
* style: friendlier and prettier messages
* feat: add maildir part of wizard
* feat: add notmuch part of wizard
* chore: clippy lints and reorder prompts
* fix: contrived solution to serializing None values
* fix: allow empty Option field when deserializing
* style: address PR review comments
* fix: utilize notmuch lib in finding database path
* fix notmuch wizard
---------
Co-authored-by: Clément DOUIN <clement.douin@posteo.net >
* add account sync progress bar
* improve sync spinner
* make the sync dry run flag show patches without applying them
* update himalaya lib, increase imap session pool size
* add disable cache flag
* add nlnet logo in readme
* update himalaya lib deps, make use of sync reports
* prepare v0.7.0
* bump rustc v1.67.0 and clap v4.1.4
* bump himalaya lib v0.5.1, fix flake lock file
---------
Co-authored-by: janabhumi <dmitriy@ideascup.me >
Co-authored-by: Knut Magnus Aasrud <km@aasrud.com >
2023-02-08 16:03:45 +01:00
Clément DOUIN
a3686c1c44
clean config refactor
2022-09-22 16:38:38 +02:00
Clément DOUIN
613e592f72
implement flowed format POC ( #206 )
2022-03-03 12:16:59 +01:00
Clément DOUIN
158bc86cfa
release v0.5.6 ( #301 )
...
* make use of mailparse::MailAddr
* move addr logic to a dedicated file
* update changelog
* add suffix to downoalded attachments with same name (#204 )
* implement sort command (#34 )
* introduce backends structure (#296 )
* implement backend structure poc
* improve config namings
* improve account namings and structure
* rename imap vars to backend
* maildir backend (#299 )
* refactor config system, preparing maildir backend
* rename deserializable by deserialized
* wrap backend in a Box
* reword backend trait methods
* merge list envelopes functions
* remove find_raw_msg from backend trait
* remove expunge fn from backend trait
* rename add_msg from backend trait
* init maildir integration tests, start impl maildir backend fns
* implement remaining methods maildir backend, refactor trait
* improve backend trait, add copy and move fns
* remove usage of Mbox in handlers
* reorganize backends folder structure
* move mbox out of domain folder
* rename mbox entities
* improve mbox structure
* remove unused files, move smtp module
* improve envelope, impl get_envelopes for maildir
* link maildir mail entry id to envelope id
* use erased-serde to make backend get_mboxes return a trait object
* remove unused mbox files
* rename Output trait
* make get_envelopes return a trait object
* remove unused impl for imap envelope
* update backend return signature with Box
* replace impl from imap::Fetch to mailparse::ParsedMail
* split flags by backends
* remove unused flags from msg
* remove remaining flags from domain
* impl maildir copy and move, improve maildir e2e tests
* set up imap backend e2e tests
* move domain/msg to msg
* repair broken tests
* fix maildir envelopes encoding issues
* add date column to maildir envelopes
* implement maildir list pagination
* improve maildir subdir path management
* add pgp and maildir features to readme
* update changelog
* bump version v0.5.6
2022-02-22 16:54:39 +01:00
Clément DOUIN
b7d068c729
improve folder struct + msg management ( #217 )
...
* make imap list and search return msg instead of fetch
* move imap logouts to main fn
* improve list command
* improve search command
* improve flags command
* improve template reply
* improve tpl forward command
* refactor tpl and msg reply/forward
* refactor copy, move and write commands
* refactor attachment command
* fix attachment part of copy and move commands
* fix send, save, read and mbox
* put back notify and watch commands
* fix msg encoding
* refactor edit choices, clean dead code
* fix attachment for write, reply and forward commands
* refactor config mod struct
* refactor project folder struct
* fix vim plugin (#215 )
2021-10-10 22:58:57 +02:00
Clément DOUIN
94e9711c58
split input into submodules
2021-09-18 00:29:49 +02:00
Clément DOUIN
94f7dd5b05
remove config from domain module
2021-09-17 18:30:17 +02:00
Clément DOUIN
979c6ef1c9
refactor config and account system
2021-09-14 00:34:34 +02:00
Clément DOUIN
05b0274725
add debug and trace logs in table module ( #138 )
2021-05-03 14:08:04 +02:00
Clément DOUIN
364654e1ce
init integration tests
2021-05-02 23:49:20 +02:00
Clément DOUIN
0907683e31
split modules into mod.rs files
2021-04-18 00:21:22 +02:00