Pop-specific Email data. More...
Go to the source code of this file.
Data Structures | |
struct | PopEmailData |
POP-specific Email data -. More... | |
Functions | |
void | pop_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
struct PopEmailData * | pop_edata_get (struct Email *e) |
Get the private data for this Email. | |
struct PopEmailData * | pop_edata_new (const char *uid) |
Create a new PopEmailData for an 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.h.
struct PopEmailData * pop_edata_get | ( | struct Email * | e | ) |
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.