|
a/src/bincimapmime/mime-parsefull.cc |
|
b/src/bincimapmime/mime-parsefull.cc |
|
... |
|
... |
42 |
#include <stdio.h>
|
42 |
#include <stdio.h>
|
43 |
#include <errno.h>
|
43 |
#include <errno.h>
|
44 |
|
44 |
|
45 |
Binc::MimeInputSource *mimeSource = 0;
|
45 |
Binc::MimeInputSource *mimeSource = 0;
|
46 |
|
46 |
|
|
|
47 |
#ifndef NO_NAMESPACES
|
47 |
using namespace ::std;
|
48 |
using namespace ::std;
|
|
|
49 |
#endif /* NO_NAMESPACES */
|
48 |
|
50 |
|
49 |
//------------------------------------------------------------------------
|
51 |
//------------------------------------------------------------------------
|
50 |
void Binc::MimeDocument::parseFull(int fd) const
|
52 |
void Binc::MimeDocument::parseFull(int fd) const
|
51 |
{
|
53 |
{
|
52 |
if (allIsParsed)
|
54 |
if (allIsParsed)
|