winegstreamer: return the IMemAllocator so the BaseOutputPin can store it and use...
[wine] / dlls / mapi32 / sendmail.c
2012-04-25  Owen Rudgemapi32: Add support to MAPISendMailW for ANSI fallback.
2012-04-25  Owen Rudgemapi32: Convert message to Unicode in MAPISendMail.
2012-04-25  Owen Rudgemapi32: Convert sendmail_extended_mapi to Unicode.
2012-04-24  Owen Rudgemapi32: Add stub implementation of MAPISendMailW.
2011-03-09  Austin Englishmapi32: Avoid shadowing a parameter.
2009-12-17  Owen Rudgemapi32: Remove fallback procedure in MAPISendMail and...
2009-12-17  Owen Rudgeinclude: Redefine LHANDLE as ULONG_PTR.
2009-11-03  Marcus Meissnermapi32: Check folder for NULL (Coverity).
2009-10-27  Owen Rudgemapi32: Use separate pointer for drafts folder when...
2009-10-02  Marcus Meissnermapi32: Fixed uninitialized variable (Coverity).
2009-10-02  Michael Stefaniucmapi32: Use 0 instead of (wrongly) casting NULL to...
2009-10-01  Owen Rudgemapi32: Add attachment support to sendmail_extended_mapi.
2009-10-01  Owen Rudgemapi32: Create new message and show editor window.
2009-10-01  Owen Rudgemapi32: Open the Drafts folder in preparation for creat...
2009-10-01  Owen Rudgemapi32: Log on via Extended MAPI and get the default...
2009-10-01  Owen Rudgemapi32: Add stub of Extended MAPI wrapper for MAPISendMail.
2009-09-18  Owen Rudgemapi32: Implement the rest of the Simple MAPI functions.
2009-09-18  Owen Rudgemapi32: Pass through MAPISendMail if Simple MAPI provid...
2009-01-06  Michael Stefaniucinclude: Change mapi.h to use ULONG for Win64 compatibi...
2008-01-10  Lei Zhangmapi32: Fix UrlEscapeA usage in MAPISendMail.
2008-01-10  Lei Zhangmapi32: Initialize several string buffers.
2007-05-10  Andrew Talbotmapi32: Exclude unused header.
2006-10-10  Michael Stefaniucmapi32: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-07-05  Andrew Talbotmapi32: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-22  Francois Gougetmapi: Add some missing MAPI prototypes.
2006-02-09  Hans Leidekkermapi32: Prevent freeing non-allocated memory.
2006-02-06  Hans Leidekkermapi32: Implementation for MAPISendMail.