view src/lib-mail/message-id.h @ 4891:6ab2712f1a93 HEAD

Only imap binary was actually working.
author Timo Sirainen <tss@iki.fi>
date Sun, 10 Dec 2006 14:35:02 +0200
parents 1489be4d7b26
children e4eb71ae8e96
line wrap: on
line source

#ifndef __MESSAGE_ID_H
#define __MESSAGE_ID_H

/* Returns the next valid message ID from a given Message-ID header.
   The return value is allocated from data stack. */
const char *message_id_get_next(const char **msgid_p);

#endif