Imap-specific Account data. More...
#include "config.h"
#include "private.h"
#include "mutt/lib.h"
#include "config/lib.h"
#include "core/lib.h"
#include "conn/lib.h"
#include "adata.h"
#include "lib.h"
Go to the source code of this file.
Functions | |
static int | imap_timeout_observer (struct NotifyCallback *nc) |
Notification that a timeout has occurred - Implements observer_t -. | |
void | imap_adata_free (void **ptr) |
Free the private Account data - Implements Account::adata_free() -. | |
struct ImapAccountData * | imap_adata_new (struct Account *a) |
Allocate and initialise a new ImapAccountData structure. | |
struct ImapAccountData * | imap_adata_get (struct Mailbox *m) |
Get the Account data for this mailbox. | |
Imap-specific Account data.
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 adata.c.
struct ImapAccountData * imap_adata_new | ( | struct Account * | a | ) |
Allocate and initialise a new ImapAccountData structure.
a | Account |
ptr | New ImapAccountData |
Definition at line 98 of file adata.c.