view src/lib-mail/message-id.h @ 4488:1489be4d7b26 HEAD

Added message_id_get_next() to return the next valid Message-ID from a string of Message-IDs.
author Timo Sirainen <tss@iki.fi>
date Tue, 11 Jul 2006 18:59:33 +0300
parents
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