2012-11-21 03:35 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbtip/mail.prg
! fixed regression in r18462 where casing of class name
in a string got accidentally converted to natural.
Many thanks to Itamar Lins for the find.
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-11-21 03:35 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbtip/mail.prg
|
||||
! fixed regression in r18462 where casing of class name
|
||||
in a string got accidentally converted to natural.
|
||||
Many thanks to Itamar Lins for the find.
|
||||
|
||||
2012-11-21 01:07 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
+ implemented theoretically correct solution to extract
|
||||
|
||||
@@ -251,7 +251,7 @@ METHOD SetFieldOption( cPart, cOption, cValue ) CLASS TIPMail
|
||||
|
||||
METHOD Attach( oSubPart ) CLASS TIPMail
|
||||
|
||||
IF HB_ISOBJECT( oSubPart ) .AND. oSubPart:ClassName == "TIPMail"
|
||||
IF HB_ISOBJECT( oSubPart ) .AND. oSubPart:ClassName == "TIPMAIL"
|
||||
// reset wrong content-type
|
||||
IF At( "multipart/", Lower( ::GetFieldPart( "Content-Type" ) ) ) == 0
|
||||
::hHeaders[ "Content-Type" ] := "multipart/mixed"
|
||||
|
||||
Reference in New Issue
Block a user