Maildir local mailbox type. More...
#include "config.h"
#include <stdbool.h>
#include <stddef.h>
#include "core/lib.h"
#include "account.h"
#include "mailbox.h"
#include "message.h"
#include "path.h"
Go to the source code of this file.
Variables | |
const struct MxOps | MxMaildirOps |
Maildir Mailbox - Implements MxOps -. | |
Maildir local mailbox type.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file maildir.c.