meli/melib/src
Manos Pitsidianakis 7533df86e0
Fix compilation for netbsd-9.2
$ rustc -V
rustc 1.52.1
$ cargo -V
cargo 1.52.0

Pre-requisite steps needed for build:
- Needed to install mozilla certs
- Needed to set OPENSSL_DIR=/usr
2021-09-06 18:54:40 +03:00
..
addressbook melib/datetime: use Cow<'_, CStr> in timestamp_to_string() 2021-01-08 15:01:37 +02:00
backends melib/nntp: update total/new counters on new articles 2021-09-05 16:02:37 +03:00
email add 'GB18030' charset 2021-09-05 13:08:32 +03:00
gpgme Fix minor warnings 2020-10-15 19:01:42 +03:00
text_processing Fix unused var etc warnings 2021-09-04 16:52:17 +03:00
thread melib/thread/iterators: remove recursion in favor of loops 2020-07-17 13:33:40 +03:00
addressbook.rs melib/datetime: add posix locale arg in timestamp_to_string() 2021-01-08 15:01:37 +02:00
backends.rs melib/error: Add kinds: NotImplemented, NotSupported, OSError 2021-09-05 12:39:15 +03:00
collection.rs melib/collections: add RwRef{,Mut} structs 2021-09-04 17:05:11 +03:00
conf.rs melib/conf: deserialize ToggleFlag from bool & string 2021-09-04 20:06:07 +03:00
connections.rs melib/connections: add async sleep(dur: Duration) 2021-01-05 19:45:26 +02:00
datetime.rs Fix compilation for netbsd-9.2 2021-09-06 18:54:40 +03:00
email.rs docs: Use example.com in documentation 2021-01-15 16:41:40 +02:00
error.rs melib/error: Add kinds: NotImplemented, NotSupported, OSError 2021-09-05 12:39:15 +03:00
lib.rs Fix compilation for netbsd-9.2 2021-09-06 18:54:40 +03:00
logging.rs melib/datetime: add posix locale arg in timestamp_to_string() 2021-01-08 15:01:37 +02:00
parsec.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
search.rs Fix some clippy lints 2020-08-26 00:54:07 +03:00
smtp.rs melib/smtp: implement gmail XOAUTH2 authentication method 2020-11-30 06:52:16 +02:00
sqlite3.rs melib: fix bincode serialization 2020-11-09 00:40:32 +02:00
thread.rs melib/backends: add collection() method to MailBackend 2021-01-10 01:31:27 +02:00