view src/lib-storage/mail-copy.h @ 9658:8ba4253adc9b HEAD tip

*-login: SSL connections didn't get closed when the client got destroyed.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 May 2014 16:41:29 +0300
parents 68db63cc32b3
children
line wrap: on
line source

#ifndef MAIL_COPY_H
#define MAIL_COPY_H

int mail_storage_copy(struct mail_save_context *ctx, struct mail *mail);

#endif