Imap-specific Email data. More...
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | ImapEmailData |
IMAP-specific Email data -. More... | |
Functions | |
void | imap_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
struct ImapEmailData * | imap_edata_get (struct Email *e) |
Get the private data for this Email. | |
struct ImapEmailData * | imap_edata_new (void) |
Create a new ImapEmailData. | |
struct ImapEmailData * | imap_edata_clone (struct ImapEmailData *src) |
Clone an ImapEmailData. | |
Imap-specific Email 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 edata.h.
struct ImapEmailData * imap_edata_get | ( | struct Email * | e | ) |
struct ImapEmailData * imap_edata_new | ( | void | ) |
Create a new ImapEmailData.
ptr | New ImapEmailData |
Definition at line 57 of file edata.c.
struct ImapEmailData * imap_edata_clone | ( | struct ImapEmailData * | src | ) |
Clone an ImapEmailData.
src | The source ImapEmailData to clone |
ptr | New ImapEmailData |
Definition at line 79 of file edata.c.