Author |
|
giyu Newbie
Joined: 28 July 2009 Location: Japan
Online Status: Offline Posts: 2
|
Posted: 28 July 2009 at 8:35pm | IP Logged
|
|
|
Mostly, the filename is specified for the inline image.
----- example
Content-Type: image/jpeg; name="hogehoge.jpg"
Content-Transfer-Encoding: base64
Content-ID: <part1.00040706.07080409@sample>
-----
>> Save file name "hogehoge.jpg"
however, When the file name preserves a unspecified inline-image, the
extension is not included. (GetBodyWithEmbeddedObjectsEx)
----- example
Content-Type: image/jpeg
Content-Transfer-Encoding: base64
Content-ID: <part1.00040706.07080409@sample>
-----
>> Save file name "1"
GetBodyWithEmbeddedObjectsEx have the method of adding the extension by the
automatic operation?
>> Save file name "1.jpg"
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 July 2009 at 2:06am | IP Logged
|
|
|
Quote:
GetBodyWithEmbeddedObjectsEx have the method of adding the extension by the
automatic operation? |
|
|
MailBee Objects do not support this, it's developer's responsibility area to check content-type of the file in question and specify file name and extension if this information is not available in message itself. For instance, you can rename the file and alter any references to this file in resulting HTML document.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
giyu Newbie
Joined: 28 July 2009 Location: Japan
Online Status: Offline Posts: 2
|
Posted: 29 July 2009 at 2:00pm | IP Logged
|
|
|
Okay. thanks!
|
Back to Top |
|
|