summaryrefslogtreecommitdiff
path: root/mime-node.c
AgeCommit message (Expand)Author
2017-11-05cli/crypto: fix segfault on failed gmime2 crypto context creationJani Nikula
2017-07-15crypto: Avoid explicit handling of GMimeCryptoContext in gmime 3David Bremner
2017-07-15cli/crypto: eliminated compiler warnings about unused argumentsDavid Bremner
2017-07-15cli/crypto: treat failure to create a crypto context as fatal.David Bremner
2017-03-10cli: simplify mime node walkJani Nikula
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2015-08-26cli/lib: remove support for GMime 2.4David Bremner
2013-04-14cli: mime node: fix compiler warning when building against gmime 2.4Jani Nikula
2013-04-01cli: mime node: abstract decryption and signature verificationJani Nikula
2012-09-27Avoid potentially dereferencing a NULL pointerJustus Winter
2012-06-10cli: use new notmuch_crypto_get_context in mime-node.cJameson Graef Rollins
2012-06-10cli: new crypto verify flag to handle verificationJameson Graef Rollins
2012-06-10cli: modify mime_node_context to use the new crypto structJameson Graef Rollins
2012-06-10cli: modify mime_node_open to take new crypto struct as argumentJameson Graef Rollins
2012-06-10cli: use new typedef to deal with gmime 2.4/2.6 context incompatibilityJameson Graef Rollins
2012-03-10Handle errors in mime_node_openAustin Clements
2012-01-25mime node: Record depth-first part numbersAustin Clements
2012-01-21Add compatibility with gmime 2.6Thomas Jost
2011-12-25Utility function to seek in MIME trees in depth-first order.Austin Clements
2011-12-25Introduce a generic tree-like abstraction for MIME traversal.Austin Clements