summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2019-05-29util/crypto: add information about the payload partDaniel Kahn Gillmor
2019-05-26util/crypto: _notmuch_message_crypto: tracks message-wide crypto stateDaniel Kahn Gillmor
2019-05-25util: add unicode_word_utf8David Bremner
2019-05-07util/crypto: improve commentDaniel Kahn Gillmor
2019-05-03util/gmime-extra: add g_mime_stream_gzfile_{new, open}David Bremner
2019-05-03gmime-cleanup: pass NULL as default GMimeParserOptionsDaniel Kahn Gillmor
2019-05-03gmime-cleanup: pass NULL arguments explicitly where GMime 3.0 expects itDaniel Kahn Gillmor
2019-05-03gmime-cleanup: use GMime 3.0 function namesDaniel Kahn Gillmor
2019-05-03gmime-cleanup: use GMime 3.0 data typesDaniel Kahn Gillmor
2019-05-03gmime-cleanup: drop unused gmime #defines and simplify g_mime_init ()Daniel Kahn Gillmor
2019-05-03gmime-cleanup: drop all arguments unused in GMime 3Daniel Kahn Gillmor
2019-05-03gmime-cleanup: drop g_mime_2_6_unrefDaniel Kahn Gillmor
2019-05-03gmime-cleanup: always support session keysDaniel Kahn Gillmor
2019-05-03gmime-cleanup: remove obsolete gpg_path configuration option and crypto contextsDaniel Kahn Gillmor
2019-05-03gmime-cleanup: remove GMime 2.6 variant codeblocksDaniel Kahn Gillmor
2019-03-11util: make remaining headers includable from C++David Bremner
2018-09-06util/string-util: export skip_spaceDavid Bremner
2018-01-04fix typosDaniel Kahn Gillmor
2017-12-08Merge branch 'release'David Bremner
2017-12-08crypto: signature verification reports valid User IDsDaniel Kahn Gillmor
2017-12-08crypto: add --decrypt=nostash to avoid stashing session keysDaniel Kahn Gillmor
2017-12-08crypto: actually stash session keys when decrypt=trueDaniel Kahn Gillmor
2017-12-08crypto: record whether an actual decryption attempt happenedDaniel Kahn Gillmor
2017-12-08crypto: new decryption policy "auto"Daniel Kahn Gillmor
2017-12-08lib: convert notmuch decryption policy to an enumDaniel Kahn Gillmor
2017-12-04crypto: use stashed session-key properties for decryption, if availableDaniel Kahn Gillmor
2017-12-04crypto: add _notmuch_crypto_decrypt wrapper functionDaniel Kahn Gillmor
2017-10-20crypto: make shared crypto code behave library-likeDaniel Kahn Gillmor
2017-10-20crypto: move into libnotmuch_utilDaniel Kahn Gillmor
2017-10-14gmime-extra: drop compat layer for g_mime_multipart_encrypted_decryptDaniel Kahn Gillmor
2017-10-12gmime-extra: remove duplicate GMimeAddressType typedefDaniel Kahn Gillmor
2017-08-30cppcheck: call va_end in _internal_errorDavid Bremner
2017-08-22database: move striping of trailing '/' into helper functionYuri Volchkov
2017-07-17util: make g_mime_utils_header_decode_date_unix match prototypeDavid Bremner
2017-07-15cli/crypto: eliminated compiler warnings about unused argumentsDavid Bremner
2017-07-14clean up use of constants in g_mime_multipart_ wrappersDaniel Kahn Gillmor
2017-07-14cli: wrap getting uidDavid Bremner
2017-07-14cli: make keyid from fingerprint in gmime 3.0David Bremner
2017-07-14lib: paper over allocation differenceDavid Bremner
2017-07-14lib: wrap use of g_mime_utils_header_decode_dateDavid Bremner
2017-07-14cli: hide rename of GMimeCertificateTrustDavid Bremner
2017-07-14cli: generalize use of GMIME_SIGNATURE_{ERROR,STATUS} to gmime-3David Bremner
2017-07-14util: fake gmime-2.6 compatible API for gmime-3.0David Bremner
2017-07-14cli: replace use of g_mime_message_get_recipientsDavid Bremner
2017-07-14lib/cli: replace use of g_mime_message_get_senderDavid Bremner
2017-07-14cli: replace use of g_mime_message_get_reply_toDavid Bremner
2017-07-14cli: replace use of g_mime_message_get_date_as_stringDavid Bremner
2017-05-30util: convenience function to create gmime stream for stdoutDavid Bremner
2017-03-18rename libutil.a to libnotmuch_util.aDavid Bremner
2017-01-08build & util: drop byte order configure check and endian util headerJani Nikula