view src/imap/imap-expunge.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 077bb84e9e77
children
line wrap: on
line source

#ifndef IMAP_EXPUNGE_H
#define IMAP_EXPUNGE_H

struct mail_search_arg;

int imap_expunge(struct mailbox *box, struct mail_search_arg *next_search_arg);

#endif