Changeset 3530
- Timestamp:
- 03/26/08 14:53:39
- Files:
-
- trunk/libtinymail/tny-header.c (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail/tny-header.c
r3526 r3530 225 225 * @self: a #TnyHeader 226 226 * 227 * Get the CC header. The returned value should not be freed.227 * Get the CC header. If not NULL, the returned value must be freed. 228 228 * 229 229 * returns: (null-ok) (caller-owns): CC header as a alloc'd string or NULL … … 246 246 * @self: a #TnyHeader 247 247 * 248 * Get the BCC header. The returned value should not be freed.248 * Get the BCC header. If not NULL, the returned value must be freed. 249 249 * 250 250 * returns: (null-ok) (caller-owns): BCC header as an alloc'd string or NULL … … 311 311 * 312 312 * Get an unique id of the message of which @self is a message header. The UID 313 * corresponds to the UID in 314 * IMAP and the UIDL in POP if UIDL is supported or the UID if not.313 * corresponds to the UID in IMAP and the UIDL in POP if UIDL is supported or 314 * the UID if not. If not NULL, the returned value must be freed. 315 315 * 316 316 * returns: (null-ok) (caller-owns): unique follow-up uid as an alloc'd string or NULL … … 334 334 * 335 335 * Get an unique id of the message of which self is a message header. The 336 * returned value should be freed. The message-id corresponds to the337 * message-id header in the MIME message.336 * message-id corresponds to the message-id header in the MIME message. 337 * If not NULL, the returned value must be freed. 338 338 * 339 339 * returns: (null-ok) (caller-owns): message-id header as an alloc'd string or NULL … … 381 381 * @self: a #TnyHeader 382 382 * 383 * Get the from header. The returned value shouldbe freed.383 * Get the from header. If not NULL, the returned value must be freed. 384 384 * 385 385 * returns: (null-ok) (caller-owns): from header as an alloc'd string or NULL … … 402 402 * @self: a #TnyHeader 403 403 * 404 * Get the subject header. The returned value shouldbe freed.404 * Get the subject header. If not NULL, the returned value must be freed. 405 405 * 406 406 * returns: (null-ok) (caller-owns): subject header as an alloc'd string or NULL … … 424 424 * @self: a #TnyHeader 425 425 * 426 * Get the to header. The returned value shouldbe freed.426 * Get the to header. If not NULL, the returned value must be freed. 427 427 * 428 428 * returns: (null-ok) (caller-owns): to header as an alloc'd string or NULL
