Kristofer Berggren
Kristofer Berggren
Hi @IlannM - are you proposing the rapidcsv API to provide functions returning/accepting std::string_view, or are you referring to the internal data representation of a CSV document in the library?...
Thanks for clarifying. I think the performance benefit for using std::string_view in the API's is small, given the fact that most CSV data cells are small. I think if I...
Hi! Here are two other potential ways that could improve performance for encrypted cache: a. nmail to encrypt email body data fields in table rather than entire sqlite file (email...
Hi @Kabouik - yes I think these are some good ideas! Will try to look into this.
Improved key bindings support for email header fields has been added now, allowing use of alt-left, alt-right, alt-backspace, alt-delete (and also ctrl-a/e/u/k). This hopefully helps a little bit. Will leave...
The `alpine` email client has en equivalent functionality, so I suppose we can consider adding this to `nmail` too..
No, multiple identities is unfortunately [out of scope](https://github.com/d99kris/nmail#not-supported--out-of-scope) for `nmail`. The question / request has come up before (#4) but there are no plans to add it to the roadmap....
Ah sorry, I misunderstood. So is this for just using different sender **name** and **from-address**, but the SMTP host, port, username and password stay the same? (Or separate multiple SMTP...
Ok, got it! Yes this makes sense to support, assuming a simple user interface. Currently `nmail` compose editor supports toggle of editing "rich headers" with `ctrl-r`. It currently just unhides...