|
a/src/bincimapmime/mime-parseonlyheader.cc |
|
b/src/bincimapmime/mime-parseonlyheader.cc |
|
... |
|
... |
40 |
#include <string.h>
|
40 |
#include <string.h>
|
41 |
#include <ctype.h>
|
41 |
#include <ctype.h>
|
42 |
#include <stdio.h>
|
42 |
#include <stdio.h>
|
43 |
#include <errno.h>
|
43 |
#include <errno.h>
|
44 |
|
44 |
|
|
|
45 |
#ifndef NO_NAMESPACES
|
45 |
using namespace ::std;
|
46 |
using namespace ::std;
|
|
|
47 |
#endif /* NO_NAMESPACES */
|
46 |
|
48 |
|
47 |
//------------------------------------------------------------------------
|
49 |
//------------------------------------------------------------------------
|
48 |
void Binc::MimeDocument::parseOnlyHeader(int fd) const
|
50 |
void Binc::MimeDocument::parseOnlyHeader(int fd) const
|
49 |
{
|
51 |
{
|
50 |
if (allIsParsed || headerIsParsed)
|
52 |
if (allIsParsed || headerIsParsed)
|