Pop-specific Email data. More...
#include "config.h"
#include <stddef.h>
#include "mutt/lib.h"
#include "email/lib.h"
#include "edata.h"
Go to the source code of this file.
Functions | |
void | pop_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
struct PopEmailData * | pop_edata_new (const char *uid) |
Create a new PopEmailData for an email. | |
struct PopEmailData * | pop_edata_get (struct Email *e) |
Get the private data for this Email. | |
Pop-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.c.
struct PopEmailData * pop_edata_new | ( | const char * | uid | ) |
Create a new PopEmailData for an email.
uid | Email UID |
ptr | New PopEmailData struct |
Definition at line 56 of file edata.c.