Module: wine Branch: refs/heads/master Commit: d63835c2e322c4908892f869120d9aee3f85a1f9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d63835c2e322c4908892f869...
Author: Hans Leidekker hans@it.vu.nl Date: Mon Feb 6 14:12:05 2006 +0100
mapi32: Implementation for MAPISendMail. Implement MAPISendMail, stub MAPILogoff and make the stubs for MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
---
dlls/mapi32/Makefile.in | 3 - dlls/mapi32/mapi32.spec | 4 - dlls/mapi32/mapi32_main.c | 37 +++++--- dlls/mapi32/sendmail.c | 199 +++++++++++++++++++++++++++++++++++++++++++++ include/mapi.h | 7 ++ include/mapicode.h | 4 + 6 files changed, 238 insertions(+), 16 deletions(-) create mode 100644 dlls/mapi32/sendmail.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d63835c2e322c4908892...