ReactOS 0.4.16-dev-61-ge128cbc
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "winuser.h"
#include "objbase.h"
#include "mimeole.h"
#include "wine/debug.h"
#include "inetcomm_private.h"
Go to the source code of this file.
Classes | |
struct | SMTPTransport |
Macros | |
#define | COBJMACROS |
Variables | |
static const ISMTPTransport2Vtbl | SMTPTransport2Vtbl |
static const IClassFactoryVtbl | SMTPTransportCFVtbl |
static const IClassFactoryVtbl * | SMTPTransportCF = &SMTPTransportCFVtbl |
#define COBJMACROS |
Definition at line 23 of file smtptransport.c.
HRESULT WINAPI CreateSMTPTransport | ( | ISMTPTransport ** | ppTransport | ) |
Definition at line 955 of file smtptransport.c.
Referenced by SMTPTransportCF_CreateInstance().
|
static |
Definition at line 537 of file smtptransport.c.
|
static |
Definition at line 327 of file smtptransport.c.
Referenced by SMTPTransport_CommandQUIT().
|
static |
Definition at line 107 of file smtptransport.c.
Referenced by SMTPTransport_CallbackReadResponseDoNothing().
|
static |
Definition at line 354 of file smtptransport.c.
Referenced by SMTPTransport_CallbackMessageReadResponse().
|
static |
Definition at line 439 of file smtptransport.c.
Referenced by SMTPTransport_CallbackMessageSendTo().
|
static |
Definition at line 511 of file smtptransport.c.
Referenced by SMTPTransport_SendMessage().
|
static |
Definition at line 381 of file smtptransport.c.
Referenced by SMTPTransport_CallbackMessageSendDOT().
|
static |
Definition at line 449 of file smtptransport.c.
Referenced by SMTPTransport_CallbackMessageSendTo().
|
static |
Definition at line 396 of file smtptransport.c.
Referenced by SMTPTransport_CallbackMessageReadDataResponse().
|
static |
Definition at line 387 of file smtptransport.c.
Referenced by SMTPTransport_CallbackMessageSendDataStream().
|
static |
Definition at line 457 of file smtptransport.c.
Referenced by SMTPTransport_CallbackMessageReadFromResponse(), and SMTPTransport_CallbackMessageReadToResponse().
|
static |
Definition at line 120 of file smtptransport.c.
Referenced by SMTPTransport_CallbackReadDATAResponse().
|
static |
Definition at line 225 of file smtptransport.c.
Referenced by SMTPTransport_CallbackProcessHelloResp(), and SMTPTransport_CallbackRecvHelloResp().
|
static |
Definition at line 154 of file smtptransport.c.
Referenced by SMTPTransport_CallbackReadMAILResponse().
|
static |
Definition at line 188 of file smtptransport.c.
Referenced by SMTPTransport_CallbackReadRCPTResponse().
|
static |
Definition at line 146 of file smtptransport.c.
Referenced by SMTPTransport_CommandDATA().
|
static |
Definition at line 180 of file smtptransport.c.
Referenced by SMTPTransport_CommandMAIL().
|
static |
Definition at line 217 of file smtptransport.c.
Referenced by SMTPTransport_CommandRCPT().
|
static |
Definition at line 112 of file smtptransport.c.
Referenced by SMTPTransport_CommandAUTH(), SMTPTransport_CommandEHLO(), SMTPTransport_CommandHELO(), and SMTPTransport_CommandRSET().
|
static |
Definition at line 269 of file smtptransport.c.
Referenced by SMTPTransport_CallbackSendHello().
|
static |
Definition at line 277 of file smtptransport.c.
Referenced by SMTPTransport_Connect().
|
static |
Definition at line 826 of file smtptransport.c.
|
static |
Definition at line 875 of file smtptransport.c.
|
static |
Definition at line 885 of file smtptransport.c.
|
static |
Definition at line 778 of file smtptransport.c.
|
static |
Definition at line 802 of file smtptransport.c.
|
static |
Definition at line 724 of file smtptransport.c.
|
static |
Definition at line 854 of file smtptransport.c.
|
static |
Definition at line 751 of file smtptransport.c.
|
static |
Definition at line 916 of file smtptransport.c.
|
static |
Definition at line 865 of file smtptransport.c.
|
static |
Definition at line 591 of file smtptransport.c.
|
static |
Definition at line 615 of file smtptransport.c.
|
static |
Definition at line 621 of file smtptransport.c.
|
static |
Definition at line 569 of file smtptransport.c.
|
static |
Definition at line 560 of file smtptransport.c.
|
static |
Definition at line 629 of file smtptransport.c.
|
static |
Definition at line 607 of file smtptransport.c.
|
static |
Definition at line 582 of file smtptransport.c.
|
static |
Definition at line 638 of file smtptransport.c.
|
static |
Definition at line 575 of file smtptransport.c.
|
static |
Definition at line 50 of file smtptransport.c.
Referenced by SMTPTransport_CallbackDisconnect(), SMTPTransport_CallbackMessageProcessResponse(), SMTPTransport_CallbackMessageSendDataStream(), SMTPTransport_CallbackMessageSendTo(), SMTPTransport_CallbackProcessDATAResponse(), SMTPTransport_CallbackProcessHelloResp(), SMTPTransport_CallbackProcessMAILResponse(), SMTPTransport_CallbackProcessRCPTResponse(), and SMTPTransport_CallbackSendHello().
|
static |
Definition at line 519 of file smtptransport.c.
|
static |
Definition at line 543 of file smtptransport.c.
|
static |
Definition at line 904 of file smtptransport.c.
|
static |
Definition at line 891 of file smtptransport.c.
|
static |
Definition at line 659 of file smtptransport.c.
|
static |
Definition at line 910 of file smtptransport.c.
|
static |
Definition at line 898 of file smtptransport.c.
Definition at line 992 of file smtptransport.c.
Definition at line 1041 of file smtptransport.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 1002 of file smtptransport.c.
Definition at line 1025 of file smtptransport.c.
|
static |
Definition at line 979 of file smtptransport.c.
Definition at line 997 of file smtptransport.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | inetcomm | ) |
|
static |
Definition at line 923 of file smtptransport.c.
Referenced by CreateSMTPTransport().
|
static |
Definition at line 1039 of file smtptransport.c.
Referenced by SMTPTransportCF_Create().
|
static |
Definition at line 1031 of file smtptransport.c.