You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
addressbook melib/datetime: use Cow<'_, CStr> in timestamp_to_string() 3 years ago
backends melib/nntp: update total/new counters on new articles 3 years ago
email add 'GB18030' charset 3 years ago
gpgme Fix minor warnings 4 years ago
text_processing Fix unused var etc warnings 3 years ago
thread melib/thread/iterators: remove recursion in favor of loops 4 years ago
addressbook.rs melib/datetime: add posix locale arg in timestamp_to_string() 3 years ago
backends.rs melib/error: Add kinds: NotImplemented, NotSupported, OSError 3 years ago
collection.rs melib/collections: add RwRef{,Mut} structs 3 years ago
conf.rs melib/conf: deserialize ToggleFlag from bool & string 3 years ago
connections.rs melib/connections: add async sleep(dur: Duration) 4 years ago
datetime.rs Fix compilation for netbsd-9.2 3 years ago
email.rs docs: Use example.com in documentation 3 years ago
error.rs melib/error: Add kinds: NotImplemented, NotSupported, OSError 3 years ago
lib.rs Fix compilation for netbsd-9.2 3 years ago
logging.rs melib/datetime: add posix locale arg in timestamp_to_string() 3 years ago
parsec.rs melib: cleanup commit 4 years ago
search.rs Fix some clippy lints 4 years ago
smtp.rs melib/smtp: implement gmail XOAUTH2 authentication method 4 years ago
sqlite3.rs melib: fix bincode serialization 4 years ago
thread.rs melib/backends: add collection() method to MailBackend 3 years ago