<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Meldungen werden nicht angezeigt (Indy)]]></title><description><![CDATA[<p>Hallo an Alle,</p>
<p>ich rufe mit Indy (RetrieveRaw) E-Mails ab und speichere diese.<br />
Vorher soll u.a. angezeigt werden ob überhaupt E-Mails vorhanden sind.<br />
Dazu wird nur der Header abgerufen (RetrieveHeader).</p>
<pre><code>if (IdPOP31-&gt;CheckMessages() &gt; 0)
        {

        TListBox1-&gt;Items-&gt;Add(IdPOP31-&gt;UserId+&quot;:&quot;);
        TListBox1-&gt;Add(&quot;E-Mails vorhanden!&quot;);
        }
</code></pre>
<p>In der TListBox wird erst nach Beendigung des E-Mailabrufens etwas angezeigt.<br />
Woran könnte das liegen?<br />
Am Anfang habe ich FastNet eingesetzt-da ging es.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/137240/meldungen-werden-nicht-angezeigt-indy</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 06:15:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/137240.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Feb 2006 09:10:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Meldungen werden nicht angezeigt (Indy) on Thu, 16 Feb 2006 09:10:04 GMT]]></title><description><![CDATA[<p>Hallo an Alle,</p>
<p>ich rufe mit Indy (RetrieveRaw) E-Mails ab und speichere diese.<br />
Vorher soll u.a. angezeigt werden ob überhaupt E-Mails vorhanden sind.<br />
Dazu wird nur der Header abgerufen (RetrieveHeader).</p>
<pre><code>if (IdPOP31-&gt;CheckMessages() &gt; 0)
        {

        TListBox1-&gt;Items-&gt;Add(IdPOP31-&gt;UserId+&quot;:&quot;);
        TListBox1-&gt;Add(&quot;E-Mails vorhanden!&quot;);
        }
</code></pre>
<p>In der TListBox wird erst nach Beendigung des E-Mailabrufens etwas angezeigt.<br />
Woran könnte das liegen?<br />
Am Anfang habe ich FastNet eingesetzt-da ging es.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/995502</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/995502</guid><dc:creator><![CDATA[mjac]]></dc:creator><pubDate>Thu, 16 Feb 2006 09:10:04 GMT</pubDate></item><item><title><![CDATA[Reply to Meldungen werden nicht angezeigt (Indy) on Thu, 16 Feb 2006 16:57:16 GMT]]></title><description><![CDATA[<p>In deinem Beispiel wird nur die Zahl der Mails abgefragt. Es wird nicht ersichtlich, wo/wie ein Zusammenhang zu RetrieveHeaders oder RetrieveRaw besteht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996007</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996007</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Thu, 16 Feb 2006 16:57:16 GMT</pubDate></item><item><title><![CDATA[Reply to Meldungen werden nicht angezeigt (Indy) on Fri, 17 Feb 2006 06:40:42 GMT]]></title><description><![CDATA[<p>Danke für die Antwort Jansen!</p>
<p>Habe es heraus <a href="http://bekommen.Es" rel="nofollow">bekommen.Es</a> fehlte ein:</p>
<pre><code>Application-&gt;ProcessMessages();
</code></pre>
<p>Gruß mjac</p>
]]></description><link>https://www.c-plusplus.net/forum/post/996351</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/996351</guid><dc:creator><![CDATA[mjac]]></dc:creator><pubDate>Fri, 17 Feb 2006 06:40:42 GMT</pubDate></item></channel></rss>