index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mime-node.c
Age
Commit message (
Expand
)
Author
2017-07-15
crypto: Avoid explicit handling of GMimeCryptoContext in gmime 3
David Bremner
2017-07-15
cli/crypto: eliminated compiler warnings about unused arguments
David Bremner
2017-07-15
cli/crypto: treat failure to create a crypto context as fatal.
David Bremner
2017-03-10
cli: simplify mime node walk
Jani Nikula
2016-06-05
Use https instead of http where possible
Daniel Kahn Gillmor
2015-08-26
cli/lib: remove support for GMime 2.4
David Bremner
2013-04-14
cli: mime node: fix compiler warning when building against gmime 2.4
Jani Nikula
2013-04-01
cli: mime node: abstract decryption and signature verification
Jani Nikula
2012-09-27
Avoid potentially dereferencing a NULL pointer
Justus Winter
2012-06-10
cli: use new notmuch_crypto_get_context in mime-node.c
Jameson Graef Rollins
2012-06-10
cli: new crypto verify flag to handle verification
Jameson Graef Rollins
2012-06-10
cli: modify mime_node_context to use the new crypto struct
Jameson Graef Rollins
2012-06-10
cli: modify mime_node_open to take new crypto struct as argument
Jameson Graef Rollins
2012-06-10
cli: use new typedef to deal with gmime 2.4/2.6 context incompatibility
Jameson Graef Rollins
2012-03-10
Handle errors in mime_node_open
Austin Clements
2012-01-25
mime node: Record depth-first part numbers
Austin Clements
2012-01-21
Add compatibility with gmime 2.6
Thomas Jost
2011-12-25
Utility function to seek in MIME trees in depth-first order.
Austin Clements
2011-12-25
Introduce a generic tree-like abstraction for MIME traversal.
Austin Clements