wc_attachment Struct Reference

mail attachment ??? More...

#include <webcit.h>


Data Fields

wc_attachmentnext
size_t length
char content_type [SIZ]
char filename [SIZ]
char * data


Detailed Description

mail attachment ???

Definition at line 288 of file webcit.h.


Field Documentation

struct wc_attachment* wc_attachment::next [read]

pointer to next in list

Definition at line 289 of file webcit.h.

Referenced by display_enter(), free_attachments(), post_message(), post_mime_to_server(), and pullquote_message().

size_t wc_attachment::length

length of the contenttype

Definition at line 290 of file webcit.h.

Referenced by post_message(), post_mime_to_server(), and pullquote_message().

char wc_attachment::content_type[SIZ]

the content itself ???

Definition at line 291 of file webcit.h.

Referenced by post_message(), post_mime_to_server(), and pullquote_message().

char wc_attachment::filename[SIZ]

the filename hooked to this content ???

Definition at line 292 of file webcit.h.

Referenced by display_enter(), post_message(), post_mime_to_server(), and pullquote_message().

char* wc_attachment::data

the data pool; aka this content

Definition at line 293 of file webcit.h.

Referenced by free_attachments(), post_message(), post_mime_to_server(), and pullquote_message().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 20 23:13:15 2007 for webcit by  doxygen 1.5.2