Owen Rudge
b4b7724a79
mapi32: Remove fallback procedure in MAPISendMail and replace with error message.
2009-12-17 13:25:51 +01:00
Owen Rudge
4c8bd544e1
include: Redefine LHANDLE as ULONG_PTR.
2009-12-17 13:25:50 +01:00
Marcus Meissner
3ea9ccca85
mapi32: Check folder for NULL (Coverity).
2009-11-03 21:22:28 +01:00
Owen Rudge
d6bc1f5e22
mapi32: Use separate pointer for drafts folder when sending via extended MAPI.
...
This patch fixes a crash in the MAPISendMail extended mail wrapper due
to reusing the "folder" variable for two separate objects.
2009-10-27 10:50:42 +01:00
Marcus Meissner
4eb51234f3
mapi32: Fixed uninitialized variable (Coverity).
2009-10-02 11:51:01 +02:00
Michael Stefaniuc
e81286484e
mapi32: Use 0 instead of (wrongly) casting NULL to an integer.
2009-10-02 11:49:31 +02:00
Owen Rudge
2bdcee13a0
mapi32: Add attachment support to sendmail_extended_mapi.
2009-10-01 16:20:49 +02:00
Owen Rudge
b4ea2ead8a
mapi32: Create new message and show editor window.
2009-10-01 16:19:46 +02:00
Owen Rudge
6e33bfb767
mapi32: Open the Drafts folder in preparation for creating a message.
2009-10-01 16:19:10 +02:00
Owen Rudge
45c265f0db
mapi32: Log on via Extended MAPI and get the default message store.
2009-10-01 16:15:11 +02:00
Owen Rudge
c528e9e8dc
mapi32: Add stub of Extended MAPI wrapper for MAPISendMail.
2009-10-01 16:14:03 +02:00
Owen Rudge
bae9e56ef4
mapi32: Implement the rest of the Simple MAPI functions.
2009-09-18 11:04:27 -05:00
Owen Rudge
2e90bd6695
mapi32: Pass through MAPISendMail if Simple MAPI provider loaded.
2009-09-18 11:04:13 -05:00
Michael Stefaniuc
ba01d15b1f
include: Change mapi.h to use ULONG for Win64 compatibility.
2009-01-06 12:44:17 +01:00
Lei Zhang
992c891c8f
mapi32: Fix UrlEscapeA usage in MAPISendMail.
2008-01-10 11:38:07 +01:00
Lei Zhang
c565a8382a
mapi32: Initialize several string buffers.
2008-01-10 11:36:58 +01:00
Andrew Talbot
f9f70984a5
mapi32: Exclude unused header.
2007-05-10 12:22:21 +02:00
Michael Stefaniuc
b80cb315fd
mapi32: Win64 printf format warning fixes.
2006-10-10 11:56:42 +02:00
Francois Gouget
82babbee0b
Add missing '\n's to Wine traces.
2006-10-05 17:46:48 +02:00
Andrew Talbot
24dcc8d3cc
mapi32: Write-strings warnings fix.
2006-07-05 13:05:56 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Francois Gouget
4db07ab496
mapi: Add some missing MAPI prototypes.
...
Add some missing MAPI prototypes to mapi.h (spotted by winapi_check)
and include it where they are implemented.
Make mapi.h and mapix.h compatible. gcc does not like macros and
prototypes to be redefined so this involved protecting against
multiple definitions.
Fix the MAPISendMail() implementation prototype.
2006-02-22 12:02:46 +01:00
Hans Leidekker
32affb8ac5
mapi32: Prevent freeing non-allocated memory.
2006-02-09 12:07:18 +01:00
Hans Leidekker
d63835c2e3
mapi32: Implementation for MAPISendMail.
...
Implement MAPISendMail, stub MAPILogoff and make the stubs for
MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
2006-02-06 14:12:05 +01:00