<?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[IdPOP31 und IdMessage - keine Nachricht]]></title><description><![CDATA[<p>Hi zusammen,<br />
ich benutze diesen Code um meine Nachricht vom Server zu holen:</p>
<pre><code>IdPOP31-&gt;Password = Serverpasswort-&gt;Text;
IdPOP31-&gt;UserId = Serverusername-&gt;Text;
IdPOP31-&gt;Host = Servername -&gt;Text;

StatusBar1-&gt;SimpleText = &quot;Verbinde...&quot;;
IdPOP31-&gt;Connect();
StatusBar1-&gt;SimpleText = &quot;Verbunden!&quot;;

for (int a = 0; a &lt; IdPOP31-&gt;CheckMessages();a ++)
  {
  Application-&gt;ProcessMessages();
  StatusBar1-&gt;SimpleText = &quot;Checke Nachricht &quot; + IntToStr(a+1) + &quot; von &quot; + IntToStr(IdPOP31-&gt;CheckMessages());
  IdPOP31-&gt;Retrieve(a,IdMessage1);

    {
    Memo1-&gt;Lines-&gt;Text = IdMessage1-&gt;Body-&gt;Text;
//...
</code></pre>
<p>Der Code wird fehlerfrei ausgeführt, jedoch kommt keine Nachricht rein...<br />
Auch den FAQ-Beitrag mit dem NoDecode = true habe ich schon genutzt - vergeblich.</p>
<p>Auch der From-bereich ist leer, genau wie der Rest der Nachricht.</p>
<p>Is bestimmt irgende ein kleiner Fehler, aber ich seh ihn einfach nciht...</p>
<p>armino</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/78141/idpop31-und-idmessage-keine-nachricht</link><generator>RSS for Node</generator><lastBuildDate>Mon, 29 Jun 2026 11:43:54 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/78141.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Jun 2004 14:25:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to IdPOP31 und IdMessage - keine Nachricht on Mon, 28 Jun 2004 14:25:46 GMT]]></title><description><![CDATA[<p>Hi zusammen,<br />
ich benutze diesen Code um meine Nachricht vom Server zu holen:</p>
<pre><code>IdPOP31-&gt;Password = Serverpasswort-&gt;Text;
IdPOP31-&gt;UserId = Serverusername-&gt;Text;
IdPOP31-&gt;Host = Servername -&gt;Text;

StatusBar1-&gt;SimpleText = &quot;Verbinde...&quot;;
IdPOP31-&gt;Connect();
StatusBar1-&gt;SimpleText = &quot;Verbunden!&quot;;

for (int a = 0; a &lt; IdPOP31-&gt;CheckMessages();a ++)
  {
  Application-&gt;ProcessMessages();
  StatusBar1-&gt;SimpleText = &quot;Checke Nachricht &quot; + IntToStr(a+1) + &quot; von &quot; + IntToStr(IdPOP31-&gt;CheckMessages());
  IdPOP31-&gt;Retrieve(a,IdMessage1);

    {
    Memo1-&gt;Lines-&gt;Text = IdMessage1-&gt;Body-&gt;Text;
//...
</code></pre>
<p>Der Code wird fehlerfrei ausgeführt, jedoch kommt keine Nachricht rein...<br />
Auch den FAQ-Beitrag mit dem NoDecode = true habe ich schon genutzt - vergeblich.</p>
<p>Auch der From-bereich ist leer, genau wie der Rest der Nachricht.</p>
<p>Is bestimmt irgende ein kleiner Fehler, aber ich seh ihn einfach nciht...</p>
<p>armino</p>
]]></description><link>https://www.c-plusplus.net/forum/post/549338</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/549338</guid><dc:creator><![CDATA[armino]]></dc:creator><pubDate>Mon, 28 Jun 2004 14:25:46 GMT</pubDate></item><item><title><![CDATA[Reply to IdPOP31 und IdMessage - keine Nachricht on Mon, 28 Jun 2004 14:55:33 GMT]]></title><description><![CDATA[<p>Hast du das mal an unterschiedlichen Mail-Servern getestet?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/549367</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/549367</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Mon, 28 Jun 2004 14:55:33 GMT</pubDate></item><item><title><![CDATA[Reply to IdPOP31 und IdMessage - keine Nachricht on Mon, 28 Jun 2004 15:25:00 GMT]]></title><description><![CDATA[<p>Ich benutze nur <a href="http://pop.gmx.de" rel="nofollow">pop.gmx.de</a> und habe auch schon .net probiert.</p>
<p>l0tuz</p>
]]></description><link>https://www.c-plusplus.net/forum/post/549398</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/549398</guid><dc:creator><![CDATA[armino]]></dc:creator><pubDate>Mon, 28 Jun 2004 15:25:00 GMT</pubDate></item><item><title><![CDATA[Reply to IdPOP31 und IdMessage - keine Nachricht on Mon, 28 Jun 2004 15:44:17 GMT]]></title><description><![CDATA[<p>armino schrieb:</p>
<blockquote>
<p><a href="http://pop.gmx.de" rel="nofollow">pop.gmx.de</a> und habe auch schon .net probiert.</p>
</blockquote>
<p>Falls du damit <a href="http://pop.gmx.net" rel="nofollow">pop.gmx.net</a> meinst, das ist doch derselbe Server.<br />
Du solltest das bei anderen Anbietern testen, um auszuschliessen, dass dein Programm an einer eventuell bestehenden Besonderheit des GMX-Servers scheitert.</p>
<p>Ansonsten gilt wie auch im FAQ-Beitrag gesagt: prüfen, ob die einzelnen Aktionen erfolgreich sind.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/549408</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/549408</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Mon, 28 Jun 2004 15:44:17 GMT</pubDate></item></channel></rss>