mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Documentation tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15111 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa317491c7
commit
e0a81bfba5
1 changed files with 12 additions and 3 deletions
|
@ -3752,10 +3752,19 @@ static NSCharacterSet *tokenSet = nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return an NSData object representing the MIME document as raw data
|
* <p>Return an NSData object representing the MIME document as raw data
|
||||||
* ready to be sent via an email system.<br />
|
* ready to be sent via an email system.
|
||||||
* The isOuter flag denotes whether this document is the outermost
|
* </p>
|
||||||
|
* <p>The isOuter flag denotes whether this document is the outermost
|
||||||
* part of a MIME message, or is a part of a multipart message.
|
* part of a MIME message, or is a part of a multipart message.
|
||||||
|
* </p>
|
||||||
|
* <p>During generation of the document this method will perform some
|
||||||
|
* consistency checks and try to automatically generate missing header
|
||||||
|
* information needed to build the mime data (eg. filling in the boundary
|
||||||
|
* parameter in the content-type header for multipart documents).<br />
|
||||||
|
* However, you should not depend on automatic behaviors but should
|
||||||
|
* fill in as much detail as possible before generating data.
|
||||||
|
* </p>
|
||||||
*/
|
*/
|
||||||
- (NSMutableData*) rawMimeData: (BOOL)isOuter
|
- (NSMutableData*) rawMimeData: (BOOL)isOuter
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue