Re: [twsocket] Simple POP3 application

2009-11-16 Thread Michael Kochendoerfer

Wilfried,

what I've done so far: I've changed the Pop3CliMessageLine procedure to 
show length and content of each read line, and I found that the output 
ends with two lines having length of 0 each, but the mail in question 
doesn't really end here.


After the last line, there's a '--=_NextPart_'... line, followed by 
another few lines of text/html lines. I could send the mail content 
(text format) if you need it. It is a welcome mail, generated by the 
mailserver (MailEnable 3.6).


Michael


Wilfried Mestdagh schrieb:

Hello Michael,

I have received it and check as soon as I have a free moment. I post
copy on this list as it probably will benefit others.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Monday, November 16, 2009, 18:19, Michael Kochendoerfer wrote:

  

Wilfried,



  

thanks for your great support! I'd like to send you the example offline,
as soon as I'll get access to my office pc.



  

Michael



  

Wilfried Mestdagh schrieb:


Hello Michael,

Can you point me to the example and what exacly is going wrong? I like
to help you.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Monday, November 16, 2009, 15:26, Kochendoerfer, Michael wrote:

  
  

I'd like to stay with ICS, as Indy gave me too many problems in the past...


  
  

However - I found an old sample ('a mini pop3cli' - thanks to
Wilfried :)), but this won't work. It enters state STAT, but when
entering RETR, it gives an POP3 error 500 (RqType is 7), and I don't
know where it comes from...


  
  

In general, this little program is exactly doing what I'd like to do, and it's 
expandable.


  
  

Michael


  
  

-Original Message-
From: twsocket-boun...@elists.org
[mailto:twsocket-boun...@elists.org] On Behalf Of Fastream Technologies
Sent: Monday, November 16, 2009 2:49 PM
To: ICS support mailing
Subject: Re: [twsocket] Simple POP3 application


  
  

I presume Francois will get angry when he reads your suggestion of a
competitor on ICS list.


  
  

SZ


  
  

On Mon, Nov 16, 2009 at 3:42 PM, Alex Greenspan  wrote:


  
  

You can use the indy POP3 component. I've used it in Delphi 7 and it's
fairly simple.

-Alex Greenspan

On Mon, Nov 16, 2009 at 8:24 AM, Kochendoerfer, Michael  wrote:

  
  

Hi,

I'm curious if there's a very simple way to retrieve mails from a POP3
account for writing them out to files. The MailRcv1 demo is too much for
this (to handle and to understand), so I'm just looking for a very simple
example on how to do it.

Should be not much more than open/list
(?)/retrieve-to-stream-or-file/close.

We're on D7 and ICS V6 (?).

TIA,
Michael


Legal Notice:

HEM Vertriebs GmbH
Haller Strasse 30
D-74523 Schwaebisch Hall
Fon: +49-791-4079-0
Fax: +49-791-4079-80

http://www.hem.de   email: i...@hem.de

Rechtsform : HEM Vertriebs GmbH
Handelsregister : Stuttgart HRB 570346
Steuernummer: 84060/00397 UST-ID DE256870483
Sitz der Gesellschaft : Schwäbisch Hall
Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf


--
To unsubscribe or change your settings for TWSocket mailing list
please goto



http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  
  

Visit our website at http://www.overbyte.be




--
Alex Greenspan
Digital Matrix Corporation
92 Madison Ave.
Hemsptead, NY 11550
USA

tel. +1.516.481.7990
--
To unsubscribe or change your settings for TWSocket mailing list
please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

  
  

--
To unsubscribe or change your settings for TWSocket mailing list
please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


  
  
Legal Notice: 


  
  

HEM Vertriebs GmbH
Haller Strasse 30
D-74523 Schwaebisch Hall
Fon: +49-791-4079-0
Fax: +49-791-4079-80 


  
  

http://www.hem.de   email: i...@hem.de


  
  

Rechtsform : HEM Vertriebs GmbH
Handelsregister : Stuttgart HRB 570346
Steuernummer: 84060/00397 UST-ID DE256870483
Sitz der Gesellschaft : Schwäbisch Hall
Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf


  
  

--
To unsubscribe or change your settings for TWSocket mailing list
please goto
http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be



  
  


  

--
To unsubscribe or ch

Re: [twsocket] Simple POP3 application

2009-11-16 Thread Wilfried Mestdagh
Hello Michael,

I have received it and check as soon as I have a free moment. I post
copy on this list as it probably will benefit others.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Monday, November 16, 2009, 18:19, Michael Kochendoerfer wrote:

> Wilfried,

> thanks for your great support! I'd like to send you the example offline,
> as soon as I'll get access to my office pc.

> Michael

> Wilfried Mestdagh schrieb:
>> Hello Michael,
>>
>> Can you point me to the example and what exacly is going wrong? I like
>> to help you.
>>
>> ---
>> Rgds, Wilfried [TeamICS]
>> http://www.overbyte.be/eng/overbyte/teamics.html
>> http://www.mestdagh.biz
>>
>> Monday, November 16, 2009, 15:26, Kochendoerfer, Michael wrote:
>>
>>   
>>> I'd like to stay with ICS, as Indy gave me too many problems in the past...
>>> 
>>
>>   
>>> However - I found an old sample ('a mini pop3cli' - thanks to
>>> Wilfried :)), but this won't work. It enters state STAT, but when
>>> entering RETR, it gives an POP3 error 500 (RqType is 7), and I don't
>>> know where it comes from...
>>> 
>>
>>   
>>> In general, this little program is exactly doing what I'd like to do, and 
>>> it's expandable.
>>> 
>>
>>   
>>> Michael
>>> 
>>
>>   
>>> -Original Message-
>>> From: twsocket-boun...@elists.org
>>> [mailto:twsocket-boun...@elists.org] On Behalf Of Fastream Technologies
>>> Sent: Monday, November 16, 2009 2:49 PM
>>> To: ICS support mailing
>>> Subject: Re: [twsocket] Simple POP3 application
>>> 
>>
>>   
>>> I presume Francois will get angry when he reads your suggestion of a
>>> competitor on ICS list.
>>> 
>>
>>   
>>> SZ
>>> 
>>
>>   
>>> On Mon, Nov 16, 2009 at 3:42 PM, Alex Greenspan  wrote:
>>> 
>>
>>   
>>>> You can use the indy POP3 component. I've used it in Delphi 7 and it's
>>>> fairly simple.
>>>>
>>>> -Alex Greenspan
>>>>
>>>> On Mon, Nov 16, 2009 at 8:24 AM, Kochendoerfer, Michael  
>>>> wrote:
>>>>
>>>>   
>>>>> Hi,
>>>>>
>>>>> I'm curious if there's a very simple way to retrieve mails from a POP3
>>>>> account for writing them out to files. The MailRcv1 demo is too much for
>>>>> this (to handle and to understand), so I'm just looking for a very simple
>>>>> example on how to do it.
>>>>>
>>>>> Should be not much more than open/list
>>>>> (?)/retrieve-to-stream-or-file/close.
>>>>>
>>>>> We're on D7 and ICS V6 (?).
>>>>>
>>>>> TIA,
>>>>> Michael
>>>>>
>>>>>
>>>>> Legal Notice:
>>>>>
>>>>> HEM Vertriebs GmbH
>>>>> Haller Strasse 30
>>>>> D-74523 Schwaebisch Hall
>>>>> Fon: +49-791-4079-0
>>>>> Fax: +49-791-4079-80
>>>>>
>>>>> http://www.hem.de   email: i...@hem.de
>>>>>
>>>>> Rechtsform : HEM Vertriebs GmbH
>>>>> Handelsregister : Stuttgart HRB 570346
>>>>> Steuernummer: 84060/00397 UST-ID DE256870483
>>>>> Sitz der Gesellschaft : Schwäbisch Hall
>>>>> Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf
>>>>>
>>>>>
>>>>> --
>>>>> To unsubscribe or change your settings for TWSocket mailing list
>>>>> please goto
>>>>> 
>>>> http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
>>>>   
>>>>> Visit our website at http://www.overbyte.be
>>>>>
>>>>> 
>>>>
>>>> --
>>>> Alex Greenspan
>>>> Digital Matrix Corporation
>>>> 92 Madison Ave.
>>>> Hemsptead, NY 11550
>>>> USA
>>>>
>>>> tel. +1.516.481.7990
>>>> --
>>>> To unsubscribe or change your settings for TWSocket mailing list
>>>> please goto
>>>> http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
>>>> Visit our website at http://www.overbyte.be
>>>>
>>>>   

Re: [twsocket] Simple POP3 application

2009-11-16 Thread Michael Kochendoerfer

Wilfried,

thanks for your great support! I'd like to send you the example offline, 
as soon as I'll get access to my office pc.


Michael

Wilfried Mestdagh schrieb:

Hello Michael,

Can you point me to the example and what exacly is going wrong? I like
to help you.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Monday, November 16, 2009, 15:26, Kochendoerfer, Michael wrote:

  

I'd like to stay with ICS, as Indy gave me too many problems in the past...



  

However - I found an old sample ('a mini pop3cli' - thanks to
Wilfried :)), but this won't work. It enters state STAT, but when
entering RETR, it gives an POP3 error 500 (RqType is 7), and I don't
know where it comes from...



  

In general, this little program is exactly doing what I'd like to do, and it's 
expandable.



  

Michael



  

-Original Message-
From: twsocket-boun...@elists.org
[mailto:twsocket-boun...@elists.org] On Behalf Of Fastream Technologies
Sent: Monday, November 16, 2009 2:49 PM
To: ICS support mailing
Subject: Re: [twsocket] Simple POP3 application



  

I presume Francois will get angry when he reads your suggestion of a
competitor on ICS list.



  

SZ



  

On Mon, Nov 16, 2009 at 3:42 PM, Alex Greenspan  wrote:



  

You can use the indy POP3 component. I've used it in Delphi 7 and it's
fairly simple.

-Alex Greenspan

On Mon, Nov 16, 2009 at 8:24 AM, Kochendoerfer, Michael  wrote:

  

Hi,

I'm curious if there's a very simple way to retrieve mails from a POP3
account for writing them out to files. The MailRcv1 demo is too much for
this (to handle and to understand), so I'm just looking for a very simple
example on how to do it.

Should be not much more than open/list
(?)/retrieve-to-stream-or-file/close.

We're on D7 and ICS V6 (?).

TIA,
Michael


Legal Notice:

HEM Vertriebs GmbH
Haller Strasse 30
D-74523 Schwaebisch Hall
Fon: +49-791-4079-0
Fax: +49-791-4079-80

http://www.hem.de   email: i...@hem.de

Rechtsform : HEM Vertriebs GmbH
Handelsregister : Stuttgart HRB 570346
Steuernummer: 84060/00397 UST-ID DE256870483
Sitz der Gesellschaft : Schwäbisch Hall
Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf


--
To unsubscribe or change your settings for TWSocket mailing list
please goto


http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
  

Visit our website at http://www.overbyte.be




--
Alex Greenspan
Digital Matrix Corporation
92 Madison Ave.
Hemsptead, NY 11550
USA

tel. +1.516.481.7990
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

  

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be




  
Legal Notice: 



  

HEM Vertriebs GmbH
Haller Strasse 30
D-74523 Schwaebisch Hall
Fon: +49-791-4079-0
Fax: +49-791-4079-80 



  

http://www.hem.de   email: i...@hem.de



  

Rechtsform : HEM Vertriebs GmbH
Handelsregister : Stuttgart HRB 570346
Steuernummer: 84060/00397 UST-ID DE256870483
Sitz der Gesellschaft : Schwäbisch Hall
Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf



  

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be



  


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Simple POP3 application

2009-11-16 Thread Wilfried Mestdagh
Hello Michael,

Can you point me to the example and what exacly is going wrong? I like
to help you.

---
Rgds, Wilfried [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html
http://www.mestdagh.biz

Monday, November 16, 2009, 15:26, Kochendoerfer, Michael wrote:

> I'd like to stay with ICS, as Indy gave me too many problems in the past...

> However - I found an old sample ('a mini pop3cli' - thanks to
> Wilfried :)), but this won't work. It enters state STAT, but when
> entering RETR, it gives an POP3 error 500 (RqType is 7), and I don't
> know where it comes from...

> In general, this little program is exactly doing what I'd like to do, and 
> it's expandable.

> Michael

> -Original Message-
> From: twsocket-boun...@elists.org
> [mailto:twsocket-boun...@elists.org] On Behalf Of Fastream Technologies
> Sent: Monday, November 16, 2009 2:49 PM
> To: ICS support mailing
> Subject: Re: [twsocket] Simple POP3 application

> I presume Francois will get angry when he reads your suggestion of a
> competitor on ICS list.

> SZ

> On Mon, Nov 16, 2009 at 3:42 PM, Alex Greenspan  wrote:

>> You can use the indy POP3 component. I've used it in Delphi 7 and it's
>> fairly simple.
>>
>> -Alex Greenspan
>>
>> On Mon, Nov 16, 2009 at 8:24 AM, Kochendoerfer, Michael  wrote:
>>
>> > Hi,
>> >
>> > I'm curious if there's a very simple way to retrieve mails from a POP3
>> > account for writing them out to files. The MailRcv1 demo is too much for
>> > this (to handle and to understand), so I'm just looking for a very simple
>> > example on how to do it.
>> >
>> > Should be not much more than open/list
>> > (?)/retrieve-to-stream-or-file/close.
>> >
>> > We're on D7 and ICS V6 (?).
>> >
>> > TIA,
>> > Michael
>> >
>> >
>> > Legal Notice:
>> >
>> > HEM Vertriebs GmbH
>> > Haller Strasse 30
>> > D-74523 Schwaebisch Hall
>> > Fon: +49-791-4079-0
>> > Fax: +49-791-4079-80
>> >
>> > http://www.hem.de   email: i...@hem.de
>> >
>> > Rechtsform : HEM Vertriebs GmbH
>> > Handelsregister : Stuttgart HRB 570346
>> > Steuernummer: 84060/00397 UST-ID DE256870483
>> > Sitz der Gesellschaft : Schwäbisch Hall
>> > Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf
>> >
>> >
>> > --
>> > To unsubscribe or change your settings for TWSocket mailing list
>> > please goto
>> http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
>> > Visit our website at http://www.overbyte.be
>> >
>>
>>
>>
>> --
>> Alex Greenspan
>> Digital Matrix Corporation
>> 92 Madison Ave.
>> Hemsptead, NY 11550
>> USA
>>
>> tel. +1.516.481.7990
>> --
>> To unsubscribe or change your settings for TWSocket mailing list
>> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
>> Visit our website at http://www.overbyte.be
>>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be


> Legal Notice: 

> HEM Vertriebs GmbH
> Haller Strasse 30
> D-74523 Schwaebisch Hall
> Fon: +49-791-4079-0
> Fax: +49-791-4079-80 

> http://www.hem.de   email: i...@hem.de

> Rechtsform : HEM Vertriebs GmbH
> Handelsregister : Stuttgart HRB 570346
> Steuernummer: 84060/00397 UST-ID DE256870483
> Sitz der Gesellschaft : Schwäbisch Hall
> Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf

> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Simple POP3 application

2009-11-16 Thread Kochendoerfer, Michael
I'd like to stay with ICS, as Indy gave me too many problems in the past...

However - I found an old sample ('a mini pop3cli' - thanks to Wilfried :)), but 
this won't work. It enters state STAT, but when entering RETR, it gives an POP3 
error 500 (RqType is 7), and I don't know where it comes from...

In general, this little program is exactly doing what I'd like to do, and it's 
expandable.

Michael

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On 
Behalf Of Fastream Technologies
Sent: Monday, November 16, 2009 2:49 PM
To: ICS support mailing
Subject: Re: [twsocket] Simple POP3 application

I presume Francois will get angry when he reads your suggestion of a
competitor on ICS list.

SZ

On Mon, Nov 16, 2009 at 3:42 PM, Alex Greenspan  wrote:

> You can use the indy POP3 component. I've used it in Delphi 7 and it's
> fairly simple.
>
> -Alex Greenspan
>
> On Mon, Nov 16, 2009 at 8:24 AM, Kochendoerfer, Michael  wrote:
>
> > Hi,
> >
> > I'm curious if there's a very simple way to retrieve mails from a POP3
> > account for writing them out to files. The MailRcv1 demo is too much for
> > this (to handle and to understand), so I'm just looking for a very simple
> > example on how to do it.
> >
> > Should be not much more than open/list
> > (?)/retrieve-to-stream-or-file/close.
> >
> > We're on D7 and ICS V6 (?).
> >
> > TIA,
> > Michael
> >
> >
> > Legal Notice:
> >
> > HEM Vertriebs GmbH
> > Haller Strasse 30
> > D-74523 Schwaebisch Hall
> > Fon: +49-791-4079-0
> > Fax: +49-791-4079-80
> >
> > http://www.hem.de   email: i...@hem.de
> >
> > Rechtsform : HEM Vertriebs GmbH
> > Handelsregister : Stuttgart HRB 570346
> > Steuernummer: 84060/00397 UST-ID DE256870483
> > Sitz der Gesellschaft : Schwäbisch Hall
> > Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf
> >
> >
> > --
> > To unsubscribe or change your settings for TWSocket mailing list
> > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> > Visit our website at http://www.overbyte.be
> >
>
>
>
> --
> Alex Greenspan
> Digital Matrix Corporation
> 92 Madison Ave.
> Hemsptead, NY 11550
> USA
>
> tel. +1.516.481.7990
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Legal Notice: 

HEM Vertriebs GmbH
Haller Strasse 30
D-74523 Schwaebisch Hall
Fon: +49-791-4079-0
Fax: +49-791-4079-80 

http://www.hem.de   email: i...@hem.de

Rechtsform : HEM Vertriebs GmbH
Handelsregister : Stuttgart HRB 570346
Steuernummer: 84060/00397 UST-ID DE256870483
Sitz der Gesellschaft : Schwäbisch Hall
Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Simple POP3 application

2009-11-16 Thread Fastream Technologies
I presume Francois will get angry when he reads your suggestion of a
competitor on ICS list.

SZ

On Mon, Nov 16, 2009 at 3:42 PM, Alex Greenspan  wrote:

> You can use the indy POP3 component. I've used it in Delphi 7 and it's
> fairly simple.
>
> -Alex Greenspan
>
> On Mon, Nov 16, 2009 at 8:24 AM, Kochendoerfer, Michael  wrote:
>
> > Hi,
> >
> > I'm curious if there's a very simple way to retrieve mails from a POP3
> > account for writing them out to files. The MailRcv1 demo is too much for
> > this (to handle and to understand), so I'm just looking for a very simple
> > example on how to do it.
> >
> > Should be not much more than open/list
> > (?)/retrieve-to-stream-or-file/close.
> >
> > We're on D7 and ICS V6 (?).
> >
> > TIA,
> > Michael
> >
> >
> > Legal Notice:
> >
> > HEM Vertriebs GmbH
> > Haller Strasse 30
> > D-74523 Schwaebisch Hall
> > Fon: +49-791-4079-0
> > Fax: +49-791-4079-80
> >
> > http://www.hem.de   email: i...@hem.de
> >
> > Rechtsform : HEM Vertriebs GmbH
> > Handelsregister : Stuttgart HRB 570346
> > Steuernummer: 84060/00397 UST-ID DE256870483
> > Sitz der Gesellschaft : Schwäbisch Hall
> > Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf
> >
> >
> > --
> > To unsubscribe or change your settings for TWSocket mailing list
> > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> > Visit our website at http://www.overbyte.be
> >
>
>
>
> --
> Alex Greenspan
> Digital Matrix Corporation
> 92 Madison Ave.
> Hemsptead, NY 11550
> USA
>
> tel. +1.516.481.7990
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Re: [twsocket] Simple POP3 application

2009-11-16 Thread Alex Greenspan
You can use the indy POP3 component. I've used it in Delphi 7 and it's
fairly simple.

-Alex Greenspan

On Mon, Nov 16, 2009 at 8:24 AM, Kochendoerfer, Michael  wrote:

> Hi,
>
> I'm curious if there's a very simple way to retrieve mails from a POP3
> account for writing them out to files. The MailRcv1 demo is too much for
> this (to handle and to understand), so I'm just looking for a very simple
> example on how to do it.
>
> Should be not much more than open/list
> (?)/retrieve-to-stream-or-file/close.
>
> We're on D7 and ICS V6 (?).
>
> TIA,
> Michael
>
>
> Legal Notice:
>
> HEM Vertriebs GmbH
> Haller Strasse 30
> D-74523 Schwaebisch Hall
> Fon: +49-791-4079-0
> Fax: +49-791-4079-80
>
> http://www.hem.de   email: i...@hem.de
>
> Rechtsform : HEM Vertriebs GmbH
> Handelsregister : Stuttgart HRB 570346
> Steuernummer: 84060/00397 UST-ID DE256870483
> Sitz der Gesellschaft : Schwäbisch Hall
> Geschaeftsfuehrer: Gunter Schaaf, Rene Schaaf
>
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
>



-- 
Alex Greenspan
Digital Matrix Corporation
92 Madison Ave.
Hemsptead, NY 11550
USA

tel. +1.516.481.7990
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be