Maildir-specific Email data. More...
Go to the source code of this file.
Data Structures | |
struct | MaildirEmailData |
Maildir-specific Email data -. More... | |
Functions | |
void | maildir_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
struct MaildirEmailData * | maildir_edata_get (struct Email *e) |
Get the private data for this Email. | |
struct MaildirEmailData * | maildir_edata_new (void) |
Create a new MaildirEmailData object. | |
Maildir-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 MaildirEmailData * maildir_edata_get | ( | struct Email * | e | ) |
Get the private data for this Email.
e |
ptr | MaildirEmailData |
Definition at line 64 of file edata.c.
struct MaildirEmailData * maildir_edata_new | ( | void | ) |
Create a new MaildirEmailData object.
ptr | New MaildirEmailData struct |
Definition at line 53 of file edata.c.