commits |
date |
90680
by
sgriffin
(88
downloads)
|
Apr 23
7:15 PM
|
Associated with Release: April 2012 Release.
Build 15.0.0.1033 - Fix 15081, 15082, 15083, 15084, 15085, 15086, 15087, 15088, 15089, 15090, 15091, 15092, 15093
|
89155
by
sgriffin
(179
downloads)
|
Mar 7
2:28 PM
|
Associated with Release: March 2012 Release.
Build 15.0.0.1032 - Fix 14783, 14784, 14785, 14786, 14787, 14788, 14789, 14790, 14791, 14792
|
87669
by
sgriffin
(172
downloads)
|
Jan 23
6:36 PM
|
Associated with Release: January 2012 Release.
Build 15.0.0.1031 - Fix 14668, 14669, 14670, 14671, 14672, 14673, 14674, 14675, 14676, 14677, 14678, 14679, 14680, 14681, 14682, 14683, 14684, 14685, 14686, 14687, 14688, 14689, 14690, 14691
|
86356
by
sgriffin
(139
downloads)
|
Dec 13 2011
7:33 PM
|
Associated with Release: December 2011 Release.
Build 15.0.0.1030 - 14538, 14539, 14540, 14541, 14542, 14543, 14544, 14545, 14546, 14547, 14548, 14549, 14550, 14551
|
85914
by
sgriffin
(52
downloads)
|
Nov 29 2011
12:47 PM
|
Associated with Release: November 2011 Release.
Build 15.0.0.1029 - 14472, 14473, 14474, 14475, 14476, 14477, 14478, 14479, 14480, 14481, 14482, 14483, 14484, 14485, 14486, 14487, 14488, 14489, 14490, 14491, 14492, 14493, 14494, 14495, 14496
|
83641
by
sgriffin
(238
downloads)
|
Sep 14 2011
2:34 PM
|
Associated with Release: September 2011 Release.
Build 6.0.0.1028 - 13980, 14223, 14224, 14225, 14226, 14227, 14228, 14229, 14230, 14231, 14232, 14233, 14234, 14235
|
81063
by
sgriffin
(177
downloads)
|
Jul 22 2011
2:25 PM
|
Associated with Release: July 2011 Release.
Build 6.0.0.1027 - 13924, 13925, 13926, 13927, 13928, 13929, 13930, 13931, 13932, 13933, 13934, 13935, 13936, 13937, 13938, 13939, 13940, 13941, 13957, 13963, 13970
|
78194
by
sgriffin
(190
downloads)
|
May 24 2011
1:56 PM
|
Associated with Release: May 2011 Release.
Build 6.0.0.1026 - 13560, 13561, 13562, 13563, 13564, 13565, 13566, 13567, 13568, 13569, 13570, 13571, 13572, 13573, 13574, 13575, 13576, 13577, 13578, 13579, 13580, 13581, 13582, 13583, 13584, 13585
|
75329
by
sgriffin
(204
downloads)
|
Mar 30 2011
3:50 PM
|
Associated with Release: March 2011 Release.
Build 6.0.0.1025 - fix 13248, 13249, 13250, 13251, 13252, 13253, 13254, 13255, 13256, 13257, 13258, 13259, 13260, 13261, 13262, 13263, 13264, 13265, 13266, 13267, 13268, 13269, 13270, 13271, 13272
|
72310
by
sgriffin
(234
downloads)
|
Jan 20 2011
3:40 PM
|
Associated with Release: January 2011 Release.
Build 6.0.0.1024 - fix 12878, 12879, 12880, 12881, 12882, 12883, 12884, 12885, 12886, 12887, 12888, 12889, 12890, 12891, 12892
|
69454
by
sgriffin
(370
downloads)
|
Nov 16 2010
5:10 PM
|
Associated with Release: November 2010 Release.
Build 6.0.0.1023 - fix 12497, 12498, 12499, 12500, 12501, 12502, 12503, 12504, 12505, 12506, 12507, 12508, 12509, 12510
|
67065
by
sgriffin
(333
downloads)
|
Sep 27 2010
5:03 PM
|
Associated with Release: September 2010 Release.
Build 6.0.0.1022 - fix 102024, 12025, 12026, 12027, 12028, 12029, 12030, 12031, 12032, 12033, 12034, 12035, 12036, 12037, 12038, 12039
|
63603
by
sgriffin
(396
downloads)
|
Jul 28 2010
6:04 PM
|
Associated with Release: July 2010 Second Release.
Build 6.0.0.1020 - fix 11680
|
63434
by
sgriffin
(33
downloads)
|
Jul 26 2010
1:54 PM
|
Associated with Release: July 2010 Release.
Build 6.0.0.1020 - fix 10618, 10872, 11649, 11650, 11651, 11652, 11653, 11655, 11656, 11657, 11658, 11659
Problem: Import MSG to associated contents table should work. Fix: Pass context into CreateMessage. Also fixed EML, TNEF, and paste with CopyTo
Problem: PropertyEditor - new properties aren't considered "dirty" so they don't save. Fix: Consider all new properties as dirty.
Problem: When editing restrictions involving MV props, garbage creeps in. Fix: When copying string/binary MV data back from sub editor, make sure to reallocate and copy the buffer, not the pointer. Problem: If we edit a restriction in a criteria, and hit OK without making changes, the view in the criteria editor blanks out Fix: Only update the restriction if we got a modified restriction back Problem: One more non-dirty edit scenario in the restriction editor Fix: Make sure we only update our new prop if the property actually changed
Problem: MFCMAPI doesn't know all the search state flags Fix: Add them.
Problem: Some properties from the Outlook Integration API were missing in MFCMAPI Fix: They disappeared some time back when I changed formats of nameidarray.h. Added them back.
Problem: Turned on Code Analysis in Visual Studio. Bugs were found. Fix: Fixed the bugs. Most were simple NULL checks before using variables. LoadString calls got EC_B wrapped on them. Some strings were moved to resources.
Problem: SAL Fix: Add it. First pass adding SAL notation is now complete.
Problem: EC_W32 and WC_W32 macros inadvertantly leave win32 error in hRes. Fix: Move HRESULT_FROM_WIN32 call to wrap the function call.
Problem: LaunchProfileWizard profile name return buffer should be ANSI only Fix: Make it ANSI only - fix up SAL notation for it.
Problem: MFCMAPI is not DPI aware. Fix: Add dpiAware to manifest. Hope nothing breaks.
Problem: HeapSetInformation not available in Windows 2000 Fix: Dynamically load instead of static load.
Problem: Odd ? in PR_NT_USER_NAME in mailbox table. Fix: Unicode version of this property doesn't have the problem. Since I hard code the request, changing it to unicode.
|
58810
by
sgriffin
(486
downloads)
|
May 13 2010
2:30 PM
|
Associated with Release: May 2010 Release.
Build 6.0.0.1019 - fix 10847, 10848, 10849, 10850, 10851, 10852, 10853, 10854, 10855, 10856, 10857, 10858, 10859, 10860, 10861, 10862, 10863
|
56645
by
sgriffin
(417
downloads)
|
Mar 16 2010
1:57 PM
|
Associated with Release: March 2010 Release.
Build 6.0.0.1018 - fix 10408, 10409, 10410, 10411, 10412, 10413, 10414, 10415, 10416, 10417, 10418, 10419, 10420, 10421, 10422, 10423, 10434
|
54786
by
sgriffin
(401
downloads)
|
Jan 25 2010
12:25 PM
|
Associated with Release: January 2010 Release.
Build 6.0.0.1017 - fix 10044, 10045, 10046, 10047, 10048, 10049, 10050, 10051, 10052, 10053, 10054, 10055
|
46662
by
sgriffin
(497
downloads)
|
Nov 17 2009
3:35 PM
|
Associated with Release: November 2009 Release.
Build 6.0.0.1016 - fix 1292, 2935, 7785, 7786, 9139, 9140, 9141, 9142, 9143, 9144, 9145, 9146, 9147, 9148, 9150, 9151, 9152, 9153, 9154, 9155, 9156, 9166
|
42939
by
sgriffin
(609
downloads)
|
Sep 10 2009
8:29 PM
|
Associated with Release: September 2009 Release.
Build 6.0.0.1014 - fix 8629, 8727, 8728, 8729, 8730, 8731, 8732, 8733, 8734, 8735, 8736, 8737, 8738, 8739, 8740, 8741, 8742, 8743, 8744, 8745
|
34103
by
sgriffin
(478
downloads)
|
Jul 16 2009
3:31 PM
|
Associated with Release: July 2009 Release.
Build 6.0.0.1014 - fix 7378, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039, 8040
|
31822
by
sgriffin
(569
downloads)
|
May 21 2009
7:15 PM
|
Associated with Release: May 2009 Release.
Build 6.0.0.1013 - same as 31794 except the build number is actually increased to 6.0.0.1013
|
31794
by
sgriffin
(54
downloads)
|
May 20 2009
2:17 PM
|
Build 6.0.0.1013 - fix 7776, 7777, 7778, 7779, 7780, 7781, 7782, 7783, 7784
|
30105
by
sgriffin
(611
downloads)
|
Mar 18 2009
3:35 PM
|
Associated with Release: March 2009 Release.
Build 6.0.0.1012 - fix 7300, 7301, 7302, 7303, 7304, 7305, 7306, 7307, 7308, 7309
|
27442
by
sgriffin
(797
downloads)
|
Jan 6 2009
2:34 PM
|
Associated with Release: January 2009 Release.
Build 6.0.0.1011 - fix 6880, 6881, 6883, 6884, 6885, 6886
|
26170
by
sgriffin
(174
downloads)
|
Nov 18 2008
9:48 PM
|
Associated with Release: November 2008 Release.
Build 6.0.0.1010 - fix 6623, 6624, 6625, 6626, 6627
|