--- In tmail2000@yahoogroups.com,
"marcello6564" <marcello6564@...>
wrote:
>
> Hi,
> I'm not so expert in mail protocols, I wuold like to know if with
this
> component it's possible to dend mail from gmail server.
> In the help pahe help i read the followings settings :
>
> SMTP server=smtp.gmail.com
> TLS is requested
> use authentication
> use STARTTLS (SSL)
> Port no: 465 or 587
>
> Marcello (mee too)
>
What we
need to do to make this support?
-- Alexandre Mattje
Analista de sistema
Secretaria de Estado da Saúde - SES/SC
mattje@...
(48) 3221-2051
---------
Tem coisa que não é nota e você nem nota. Faça a sua parte, exija nota ou cupom fiscal.
Antes de imprimir, pense em sua responsabilidade e compromisso com o meio
ambiente.
Hi,
no you can't.
tmail2000 does not support ssl
--- In tmail2000@yahoogroups.com, "marcello6564" <marcello6564@...>
wrote:
>
> Hi,
> I'm not so expert in mail protocols, I wuold like to know if with
this
> component it's possible to dend mail from gmail server.
> In the help pahe help i read the followings settings :
>
> SMTP server=smtp.gmail.com
> TLS is requested
> use authentication
> use STARTTLS (SSL)
> Port no: 465 or 587
>
> Marcello (mee too)
>
no it is not.
marcello6564 napsal(a):
> Hi,
> I'm not so expert in mail protocols, I wuold like to know if with this
> component it's possible to dend mail from gmail server.
> In the help pahe help i read the followings settings :
>
> SMTP server=smtp.gmail.com
> TLS is requested
> use authentication
> use STARTTLS (SSL)
> Port no: 465 or 587
>
> Marcello (mee too)
>
>
> ------------------------------------
>
> =============================================================
>
> The group's home page is here:
> http://groups.yahoo.com/group/tmail2000/
>
> To post a message:
> send email to: tmail2000@yahoogroups.com
> or go here: http://groups.yahoo.com/group/tmail2000/post
>
> To modify your subcription options (e.g. stop receiving discussions)
> go to:
> http://groups.yahoo.com/mygroups/tmail2000/join or
> http://groups.yahoo.com/convwiz
>
> To subscribe/unsubscribe, send blank email to:
> tmail2000-subscribe@yahoogroups.com
> tmail2000-unsubscribe@yahoogroups.com
>
> To talk only with the moderator, developer of TMail2000, write email to:
> mycelo@...
>
> Please expect 1-2 weeks for my response.
>
> PLEASE POST IN ENGLISH!
> Yahoo! Groups Links
>
>
>
>
>
>
>
Hi,
I'm not so expert in mail protocols, I wuold like to know if with this
component it's possible to dend mail from gmail server.
In the help pahe help i read the followings settings :
SMTP server=smtp.gmail.com
TLS is requested
use authentication
use STARTTLS (SSL)
Port no: 465 or 587
Marcello (mee too)
--- In tmail2000@yahoogroups.com, «¢¤Oªi¯S <hotswin@...> wrote:
>
> would it?
>
When I Compile it ,Error happen:
----------------------------------
DCC Warning] Mail2000.pas(2008): W1057 Implicit string cast
from 'ShortString' to 'string'
[DCC Error] Mail2000.pas(2039): E2010 Incompatible types: 'AnsiChar'
and 'Char'
When I received a email with a PDF attachment, I only get a aprt of
the PDF file as a result of Msg.attachlist[X].Decoded.SaveToFile
('filename');
Is this a property setting or a bug ???
--- In tmail2000@yahoogroups.com, "pilsjov" <pilsjov@...> wrote:
>
> HI,
> I have similar problem.
> i have typed attachments, and while using txt attachment everything
> goes fine.
> When i start attaching pdf files i get error in
mcMsg.LoadFromStream
> "Out of memory while expanding memory stream."
> property size of memorzstream returns 0.
>
> ićm using clear 10.1.3 version
>
>
> --- In tmail2000@yahoogroups.com, "naszy_fmc" <naszy@> wrote:
> >
> > The problem is for ex. here:
> >
> > mcMsg.LoadFromFile('xxx.eml');
> >
> > The application stops reacting for commands and after some time i
> see
> > an error - "Out of memory"...
> >
> > Greets,
> > Naszy
> >
> > --- In tmail2000@yahoogroups.com, "naszy_fmc" <naszy@p...> wrote:
> > > Hello!
> > >
> > > I have the same problem. I use TMail2000 1.10.3 with some
> bugfixes
> > > applied. When i try to retrieve a message, the application
stops
> > > reacting for commands...
> > > What can i do to remove this problem?
> > > Before adding the bugfixes all was ok...
> >
>
HI,
I have similar problem.
i have typed attachments, and while using txt attachment everything
goes fine.
When i start attaching pdf files i get error in mcMsg.LoadFromStream
"Out of memory while expanding memory stream."
property size of memorzstream returns 0.
ićm using clear 10.1.3 version
--- In tmail2000@yahoogroups.com, "naszy_fmc" <naszy@...> wrote:
>
> The problem is for ex. here:
>
> mcMsg.LoadFromFile('xxx.eml');
>
> The application stops reacting for commands and after some time i
see
> an error - "Out of memory"...
>
> Greets,
> Naszy
>
> --- In tmail2000@yahoogroups.com, "naszy_fmc" <naszy@p...> wrote:
> > Hello!
> >
> > I have the same problem. I use TMail2000 1.10.3 with some
bugfixes
> > applied. When i try to retrieve a message, the application stops
> > reacting for commands...
> > What can i do to remove this problem?
> > Before adding the bugfixes all was ok...
>
problem is that before sending AUTH LOGIN to server the EHLO command
is ent. it is the same as HELO but HELO returns only one line message
e.g. "250 Welcome smtpserver" but ehlo adds more lines with server
extension list. that is the problem, because on following MAIL FROM
sent to server some of these lines are returned in buffer before
response on MAIL FROM because they are not fully read in consequent
SocketRead and then result is evaluated as False and message is not sent.
Simply change in TSMTP2000.Connect line "Result := Ehlo;" to
"Result:=Helo;" and everything will go fine.
--- In tmail2000@yahoogroups.com, "tyger1de" <theBear99@...> wrote:
>
> Hi,
>
> had the same problem (puretec, schlund etc switched to a diffrent
> RFC).
>
> Put a "sleep(1000);" between the "smtp2001.connect, .ehlo, .
> AuthLogin and .Login"-Methods and it will work again. If it doesn't,
> increase the milliseconds value.
>
> Chris
>
> --- In tmail2000@yahoogroups.com, "the_josch" <jochen@m...> wrote:
> > Hi!
> >
> > I'm using Mail2000 1.10.3 for my small newsletter software.
> >
> > Since four days I can't send mails using "1und1" with smtp auth.
> Only
> > if I step in the code using the debugger it'll work.
> >
> > If I use other providers instead of "1und1" my program works.
> The "2nd
> > level support" from "1und1" will not or could not help me.
> >
> > Does somebody has an idea?
> >
> > Thanks a lot!
> >
> > Regards!
>
Regarding the speed of download from the pop3, depended on a number of reasons 1 - long Physical distance between you and the pop 2 - Internet speed connection you have
----- Original Message ---- From: breakworld0001 <breakworld0001@...> To: tmail2000@yahoogroups.com Sent: Tuesday, April 29, 2008 12:38:30 AM Subject: [tmail2000] Mail downloading speed
Is it possible to get a current speed of download of message (from POP3)?
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
I am using the LoadFromFile and LoadFromStream procedures with TMail2000. My application stores messages as text files and then uses TMail2000 to decode them. With multi-part messages is there any straightforward way of forcing the Fill procedure to ignore attachments?
As it is, TMail200 can take up to a minute to decode messages with very large attachments (e.g. > 10MB).
Hello,
I have put together a simple program that logs into a mail server
using POP3, grabs emails, and parses them for keywords. I'm having
some difficulty using passwords to login to the mail server when they
are not at least eight characters in length. It seems that I can only
authenticate to email accounts on the server that have at least eight
characters. In fact, I've found that only the first eight characters
need to be correct. After the initial eight, I can type gobbledy-gook
and I still get access. If a password has less than eight characters,
I cannot gain access to the account at all. I can log into these
accounts correctly using Microsoft Outlook, but the TSocketTalk.Talk()
command is exhibiting this strange behavior. Does anyone have any
insight into how to get the TPOP2000 class to use passwords correctly
when logging into a mail server?
RAD ENVIRONMENT: Delphi 7
TPOP2000 VERSION: 1.10.1
Thanks,
-Dan
Please check out the "files" section at this very group.
Unfortunately I can't work on newer versions nowadays.
mycelo
--- In tmail2000@yahoogroups.com, "vhmoura" <vhmoura@...> wrote:
>
> Hi there,
>
> where i can find the latest version of tmail2000?
>
> Regards,
>
> Vinicios
>
Thank you!
Implemented.
/Roger
-----Ursprungligt meddelande-----
Från: tmail2000@yahoogroups.com [mailto:tmail2000@yahoogroups.com] För
anyunchen
Skickat: den 1 november 2006 04:58
Till: tmail2000@yahoogroups.com
Ämne: [tmail2000] Bug fix
function DecodeLine7Bit(Texto: String): String;
....
case Encoding of
'B':
begin
GetMem(Buffer, Length(Texto));
Size := DecodeLineBASE64(Texto, Buffer);
if Size>0 then //add by chenanyun
Buffer[Size] := #0;
Texto := String(Buffer);
FreeMem(Buffer); end;
'Q':
begin
while Pos('_', Texto) > 0 do
Texto[Pos('_', Texto)] := #32;
Texto := DecodeQuotedPrintable(Texto);
end;
'U':
begin
GetMem(Buffer, Length(Texto));
Size := DecodeLineUUCODE(Texto, Buffer);
if Size>0 then //fix by chenanyun
Buffer[Size] := #0;
Texto := String(Buffer);
FreeMem(Buffer);
end;
end;
=============================================================
The group's home page is here:
http://groups.yahoo.com/group/tmail2000/
To post a message:
send email to: tmail2000@yahoogroups.com
or go here: http://groups.yahoo.com/group/tmail2000/post
To modify your subcription options (e.g. stop receiving discussions)
go to:
http://groups.yahoo.com/mygroups/tmail2000/join or
http://groups.yahoo.com/convwiz
To subscribe/unsubscribe, send blank email to:
tmail2000-subscribe@yahoogroups.comtmail2000-unsubscribe@yahoogroups.com
To talk only with the moderator, developer of TMail2000, write email to:
mycelo@...
Please expect 1-2 weeks for my response.
PLEASE POST IN ENGLISH!
Yahoo! Groups Links
function DecodeLine7Bit(Texto: String): String;
....
case Encoding of
'B':
begin
GetMem(Buffer, Length(Texto));
Size := DecodeLineBASE64(Texto, Buffer);
if Size>0 then //add by chenanyun
Buffer[Size] := #0;
Texto := String(Buffer);
FreeMem(Buffer); end;
'Q':
begin
while Pos('_', Texto) > 0 do
Texto[Pos('_', Texto)] := #32;
Texto := DecodeQuotedPrintable(Texto);
end;
'U':
begin
GetMem(Buffer, Length(Texto));
Size := DecodeLineUUCODE(Texto, Buffer);
if Size>0 then //fix by chenanyun
Buffer[Size] := #0;
Texto := String(Buffer);
FreeMem(Buffer);
end;
end;
Hello,
My clients are receiving some e-mails with not expected caracteres in
your body, breaking links.
Example:
The link most be:
<a href="http://www.forumonline.com.br/informs/news/BFN051006.htm"
style="color: #00FFFF">ForumNews</a>
But my cliente receive:
<a href="http://www.forumonline.com.br/informs/news/BF
N051006.htm" style="color: #00FFFF">ForumNews</a>
with the caracter "blank" between /BF and N051006.htm
I'm using the follow configuration:
MsgMail.Charset:='iso-8859-1';
MsgMail.TextEncoding:=etNoEncoding;
This error not occur in all smtp servers.
Is the problem at tmail2000 or at my smtp server? What can I do to
resolve?
Thanks
--- In tmail2000@yahoogroups.com, "nlhassociates" <roy.lambert@...>
wrote:
>
> I just ran MemCheck on my application and found that there was a
> memory leak in Mail2000 (amongst others). The fix is to insert
> Buffer.Free after line 1211 (Result := Buffer.Text;) - in version
> 1.10.3
>
> Roy
>
THANK YOU!... That Leak did almost drove me crazy.. EveryTime Nomalize
was triggered it Started to leak... But now it seems to work.
/ROGER
--- In tmail2000@yahoogroups.com, "Jerry" <jerbear197@y...> wrote:
>
> I'm sure these TMAIL components are good, but I'm surprised at the
> lack of documentation/demo's for them. Then demo supplied is not very
> well documented and is therefore very much redundant. My apologies if
> I hurt anyone's feelings with this comment, the author included, but
> if we can't figure out how to use it then it's not much good.
> I've scrolled through a lot of messages on here and it seems I'm not
> on my own with this request, nor have I found a soloution to this
> problem below.
>
> I just want to know, by way of code samples please, how or which of
> the 3 components I should drop on the form to preform one simple task.
>
> I wish to have my application send out an e-mail, preferably in HTML
> format, to one or more people on a daily basis without the need for
> user intervention. The e-mail will only consist of 3 maybe 4 lines of
> text, will include a link to a website and maybe, at a later date, a
> photograph.
>
> I already have a piece of code that does this but it does require me
> to click the send button every e-mail and this is unacceptable.
>
> So if anyone out there has an answer to this problem I'd be grateful
> for the solution. In the meantime I guess I'll just keep looking for
> a simple component that will allow me to accomplish this.
>
> Regards
>
> JerBear
>
First off, these components have not been easy for me to use either
and I have years of Delphi and decades of coding experience. With
that said though they do work and they work well.
I have seen many ActiveX mail controls out there that are never free,
require a wrapper, and add to possible installation problems should
the OCX/DLL not get installed or registered.
I'd add the TImgParser (for embedding images to email) control that
can be found here:
http://www.torry.net/pages.php?id=211
Make sure you get the one at the bottom (v1.4) for use with the latest
version of Mail2000. This will allow you to create embedded images
for MIME encoding in the e-mail.
For your problem there are many options available to fix it. One,
make a loop and call the button click in code. If your e-mail is not
going to change between the people you are sending it to use BCC and
add all the names at once (don't add more then 127 accounts to
maintain compatibility with older SMTP relays and servers) that way
you send a single e-mail to everyone.
I have written several programs with these controls and although the
documentation is lacking they do work.
I'm sure these TMAIL components are good, but I'm surprised at the
lack of documentation/demo's for them. Then demo supplied is not very
well documented and is therefore very much redundant. My apologies if
I hurt anyone's feelings with this comment, the author included, but
if we can't figure out how to use it then it's not much good.
I've scrolled through a lot of messages on here and it seems I'm not
on my own with this request, nor have I found a soloution to this
problem below.
I just want to know, by way of code samples please, how or which of
the 3 components I should drop on the form to preform one simple task.
I wish to have my application send out an e-mail, preferably in HTML
format, to one or more people on a daily basis without the need for
user intervention. The e-mail will only consist of 3 maybe 4 lines of
text, will include a link to a website and maybe, at a later date, a
photograph.
I already have a piece of code that does this but it does require me
to click the send button every e-mail and this is unacceptable.
So if anyone out there has an answer to this problem I'd be grateful
for the solution. In the meantime I guess I'll just keep looking for
a simple component that will allow me to accomplish this.
Regards
JerBear
hi
im useing mail2000
but when i trying to add text/plain
the demo ask me to rebuild the body
would you explan to me what the ( text/plain ) like
and why no attaching any thing like pictuer's.bmp
and another
how i can sean this text or attachment to
allusers in
smtp01.ste.net.sy
you can try save the Attachment in a File, and then load this File in MailMessage2000.
You see the Attachment ist a correct MIME Format Mail Message.
Regars
Zhentao
tmail2000@yahoogroups.com schrieb am 14.09.05 03:56:05:
Hello,
Ok, See my Attachment for your test. This email in Attachment is send from Outlook to Exchange Server.
Well, I think that Exchange Server is responsible for this error.
Look at the summarised data below , especially around the boundary delimiters.
boundary="----_=_NextPart_000_01C5B525.93768484" ----(A) boundary for the OUTER message boundary="----_=_NextPart_002_01C5B525.93768484" --!
--(B) boundary for the INNER message
So this message clearly violates the rule which RFC2046 says: "The boundary delimiter MUST NOT appear inside any of the encapsulated parts,"
======below is the summary of the structure of the email you sent me with some comments((A)(B))===
From: "Song, Zhentao" Zhentao.Song@... To: "Song, Zhentao" Zhentao.Song@... Subject: Email for TMailMessage2000 component. Date: Fri, 9 Sep 2005 12:02:24 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C5B525.93768484"----(A0) boundary for the OUTER message
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible.
------_=_NextPart_000_01C5B525.93768484 ----(A1) ---- begin 1st part (text/plain part) of the OUTER message Content-Type: text/plain
this is the main body .
------_=_NextPart_000_01C5B525.!
93768484 ----(A2) begin 2nd part (rfc822 part) of the OUTER message Content-Type: message/rfc822 Content-Description: Email for TMailMessage2000 component.
Message-ID: 62AF2E1C424CAC4A8BA08BB459C385350A941BA9@... From: "Song, Zhentao" Zhentao.Song@... To: "Song, Zhentao" Zhentao.Song@... Subject: Email for TMailMessage2000 component. Date: Fri, 9 Sep 2005 11:51:10 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_002_01C5B525.93768484" ----(B0) boundary for the INNER message
This is a MIME multipart message.
------_=_NextPart_002_01C5B525.93768484 ----(B1) begin 2nd part (text/plain part) of the INNER message Content-Type: text/plain
this is the body part of the attached rfc822 message
------_=_NextPart_002_01C5B525.93768484 ----(B2) begin 2nd part (msword part) of the INNER message Content-Type: application/msword; name="WordAttachment.doc" Content-Transfer-Encoding: base64 Content-Disposition: att!
achment; filename="WordAttachment.doc"
------_=_NextPart_002_01C5B525.93768484-- ----(B3) end of the 2nd part (msword part) of the INNER message
------_=_NextPart_000_01C5B525.93768484-- ----(A3) end of the 2nd part (rfc822 part) of the OUTER message
------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~->
The group's home pag!
e is here: http://groups.yahoo.com/group/tmail2000/
To post a message: send email to: tmail2000@yahoogroups.com or go here: http://groups.yahoo.com/group/tmail2000/post
To modify your subcription options (e.g. stop receiving discussions) go to: http://groups.yahoo.com/mygroups/tmail2000/join or http://groups.yahoo.com/convwiz
To subscribe/unsubscribe, send blank email to: tmail2000-subscribe@yahoogroups.com tmail2000-unsubscribe@yahoogroups.com
To talk only with the moderator, developer of TMail2000, write email to: mycelo@...
Please expect 1-2 weeks for my response.
PLEASE POST IN ENGLISH!
Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/tmail2000/
<*> To unsubscribe from this group, send an email to: tmail2000-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
with your Source Code below.(Part.Parent : Part doesn't have Parent )
if (Part = Self) or ((Part.Parent=Self) and (Self.GetAttachInfo = _M_A)) then begin ---Something like this !
I changed your Code to
if (Part = Self) or (Self.GetAttachInfo = _M_A) then begin ---Something like this !
Then I have other Problems
1. if the Mail has THML Body and Attachment File, then you have the origin Mail packed in a HTML File als Attachment, and the Body is Plaintext.
2. if the Mail has HTML Body and Plaintext Attachment File, then you the Plaintext Attachment in Body, and the origin Mail in a HTML File als Attachment.
if I also change this Part below, then I don't have Body, if the origin Mail has HTML Body.
&nbs!
p; if (FTextPlainPart = nil) and (Info = _T_P) then begin
if Part.Decode and (Part.Decoded.Size > 0) then begin if (Part = Self) or (LowerCase(Self.GetAttachInfo) = _M_A) then -- Zhentao added begin FTextPlainPart := Part;
tmail2000@yahoogroups.com schrieb am 14.09.05 04:21:12:
"Zhentao Song" z.song@... schrieb am 07.09.05 15:24:14: 2. A Mail has Plaintext Body, and contains a THML File as Attachment. I have Problem with such Mail, if I put this Mail in TMailMessage2000, then the contents of the Attachment is put in the Property TextHTML, and show in the HTML Body, there is not Attachment in TMailMessage2000.
Mail2000's current implementation treats the first text/html part found in the message as TextHTML.
And this is your expectation: If Mess!
age.ContentType = 'text/html' treat the first text/html part as TextHTML. If Message.ContentType = 'multipart/alternative' treat the first text/html part in the children of the message part.
##WARNING ### I have never tested this code .#####
if (FTextHTMLPart = nil) and (Info = _T_H) then begin
if Part.Decode and (Part.Decoded.Size 0) then begin if (Part = Self) or ((Part.Parent=Self) and (Self.GetAttachInfo = _M_A)) then begin ---Something like this !
------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/!
i7folB/TM ---------------------------------------------------------
-----------~->
The group's home page is here: http://groups.yahoo.com/group/tmail2000/
To post a message: send email to: tmail2000@yahoogroups.com or go here: http://groups.yahoo.com/group/tmail2000/post
To modify your subcription options (e.g. stop receiving discussions) go to: http://groups.yahoo.com/mygroups/tmail2000/join or http://groups.yahoo.com/convwiz
To subscribe/unsubscribe, send blank email to: tmail2000-subscribe@yahoogroups.com tmail2000-unsubscribe@yahoogroups.com
To talk only with the moderator, developer of TMail2000, write email to: mycelo@...
Please expect 1-2 weeks for my response.
PLEASE POST IN ENGLISH!
Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/tmail2000/
<*> To unsubscribe from this group, send an email to: tma!
il2000-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
"Zhentao Song" z.song@... schrieb am 07.09.05 15:24:14:
2. A Mail has Plaintext Body, and contains a THML File as Attachment. I have
Problem with such Mail, if I put this Mail in TMailMessage2000,
then the contents of the Attachment is put in the Property TextHTML, and show in
the HTML Body, there is not Attachment in TMailMessage2000.
Mail2000's current implementation
treats the first text/html part found in the message as TextHTML.
And this is your expectation:
If Message.ContentType = 'text/html' treat the first text/html part as
TextHTML.
If Message.ContentType = 'multipart/alternative' treat the first text/html
part in the children of the message part.
##WARNING ### I have never tested this code .#####
if (FTextHTMLPart = nil) and (Info = _T_H) then
begin
if Part.Decode and (Part.Decoded.Size 0) then
begin
if (Part = Self) or ((Part.Parent=Self) and (Self.GetAttachInfo =
_M_A)) then begin ---Something like this !
FTextHTMLPart := Part;
GetMem(Buffer, Part.FDecoded.Size+1);
StrLCopy(Buffer, Part.FDecoded.Memory, Part.FDecoded.Size);
Buffer[Part.FDecoded.Size] := #0;
FTextHTML.SetText(Buffer);
FreeMem(Buffer);
end;
Result := True;
end;
end;
Hello,
Ok, See my Attachment for your test.
This email in Attachment is send from Outlook to Exchange Server.
Well, I think that Exchange Server is responsible for this error.
Look at the summarised data below , especially around the boundary delimiters.
boundary="----_=_NextPart_000_01C5B525.93768484" ----(A) boundary for the OUTER
message
boundary="----_=_NextPart_002_01C5B525.93768484" ----(B) boundary for the INNER
message
So this message clearly violates the rule which RFC2046 says:
"The boundary delimiter MUST NOT appear inside any of the encapsulated parts,"
======below is the summary of the structure of the email you sent me with some
comments((A)(B))===
From: "Song, Zhentao" Zhentao.Song@...
To: "Song, Zhentao" Zhentao.Song@...
Subject: Email for TMailMessage2000 component.
Date: Fri, 9 Sep 2005 12:02:24 +0200
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----_=_NextPart_000_01C5B525.93768484"----(A0) boundary for the OUTER
message
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_000_01C5B525.93768484 ----(A1) ---- begin 1st part (text/plain
part) of the OUTER message
Content-Type: text/plain
this is the main body .
------_=_NextPart_000_01C5B525.93768484 ----(A2) begin 2nd part (rfc822 part) of
the OUTER message
Content-Type: message/rfc822
Content-Description: Email for TMailMessage2000 component.
Message-ID: 62AF2E1C424CAC4A8BA08BB459C385350A941BA9@...
From: "Song, Zhentao" Zhentao.Song@...
To: "Song, Zhentao" Zhentao.Song@...
Subject: Email for TMailMessage2000 component.
Date: Fri, 9 Sep 2005 11:51:10 +0200
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----_=_NextPart_002_01C5B525.93768484" ----(B0) boundary for the
INNER message
This is a MIME multipart message.
------_=_NextPart_002_01C5B525.93768484 ----(B1) begin 2nd part (text/plain
part) of the INNER message
Content-Type: text/plain
this is the body part of the attached rfc822 message
------_=_NextPart_002_01C5B525.93768484 ----(B2) begin 2nd part (msword part) of
the INNER message
Content-Type: application/msword;
name="WordAttachment.doc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="WordAttachment.doc"
0M8R4KGxGuEAAAAAAAAAAAAAAAAAAAAAPgADAP7/CQAGAAAAAAAAAAAAAAABAAAALgAAAAAAAAAA
EAAAMAAAAAEAAAD+////AAAAAC8AAAD/////////////////////////////////////////////
///////////////////(base64 encoded data)......
AAMAAAABAAAAwAEAAAcAAAAAAAAAQAAAAAEAAAD0AAAAAAAAgPwAAAACAAAABAEAAAMAAAAMAQAA
BAAAAA==
------_=_NextPart_002_01C5B525.93768484-- ----(B3) end of the 2nd part (msword
part) of the INNER message
------_=_NextPart_000_01C5B525.93768484-- ----(A3) end of the 2nd part (rfc822
part) of the OUTER message
You can use methode Loadfrom to load this in TMailMessage2000.(exsample: TMailMessage2000.LoadFromFile( RowMailFromExchangeServer.txt ) )
Then try to get the attachment.
You see the attachmen named file_0, but it should be OutlookMail.msg.
Try to save the attachment file_0 in your local system.
And try to open it with Outlook, and it failed.
Thanks
Zhentao Song/!
P>
tmail2000@yahoogroups.com schrieb am 09.09.05 06:12:15:
Hello, Zhentao.
who can fix the first bug? or ideal There are Bugs in TMailMessage2000. Version 1.10.1 if that mail contains an Attachment, and the Attachment is also in a Mail Format, like .msg File. Then in the TMailMessage2000 there is only a File named file_0, you can not open this file with aother Mail Client Program like Outlook or Outlook Express. The same Problem if Attachment is a Groupwise Mail or Luto Notes Mail. Some time the Attachment is lost.
I'll try. but I need the data first. Will you forward me the error mail source as it is just retrieved from the POP server ?
/// !
Kunikazu Okada ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Tokyo, Japa
n ___________________________________________///
------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~->
The group's home page is here: http://groups.yahoo.com/group/tmail2000/
To post a message: send email to: tmail2000@yahoogroups.com or go here: http://groups.yahoo.com/group/tmail2000/post
To modify your subcription options (e.g. stop receiving discussions) go to: http://groups.yahoo.com/mygroups/tmail2000/join or http://groups.yahoo.com/convwiz
To subscribe/unsubscribe, send blank email to: tmail2000-subscribe@yahoogroups.com tmail2000-unsubscribe@yahoogroups.com
To talk only with the moderator, d!
eveloper of TMail2000, write email to: mycelo@...
Please expect 1-2 weeks for my response.
PLEASE POST IN ENGLISH!
Yahoo! Groups Links
<*> To visit your group on the web, go to: http://groups.yahoo.com/group/tmail2000/
<*> To unsubscribe from this group, send an email to: tmail2000-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/