Popularity
2.9
Declining
Activity
0.0
Stable
2
3
1

Monthly Downloads: 7
Programming language: Haskell
License: LicenseRef-LGPL
Tags: Network     Email     Foreign    
Latest version: v1.0.0.3

notmuch-haskell alternatives and similar packages

Based on the "email" category.
Alternatively, view notmuch-haskell alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of notmuch-haskell or a related project?

Add another 'email' Package

README

notmuch-haskell

Copyright (c) 2010 Bart Massey

This is a Haskell FFI binding to the notmuch email client library. It's pretty slap-together and not maintained: I'd call it obsolete. There's no Haddock, though there should be--use the notmuch docs. Patches welcome.

This binding was built for libnotmuch3 as exported by the Debian package libnotmuch3=0.13.2-1. The oldest still-available version of libnotmuch3 on Debian is 0.18.2-1.

There seem to be memory management problems currently that cause the test to crash. Debugging seems hard, and I don't use notmuch.

XXX As of GHC 7.2, the compiler no longer checks that the API description in the hsc file matches that in notmuch.h, no matter how this stuff is built. Thus, when API changes happen, this code will be silently hosed. If you're lucky, there will be crashes.

This work is available under the LGPL version 3.0. See the file COPYING in this distribution for license terms.


*Note that all licence references and agreements mentioned in the notmuch-haskell README section above are relevant to that project's source code only.