LCDInfo.com

http://www.lcdinfo.com
It is currently Tue Mar 19, 2024 9:14

All times are UTC + 2 hours




Post new topic Reply to topic  [ 40 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: Mon Dec 13, 2004 18:35 
Offline

Joined: Tue Nov 18, 2003 20:37
Posts: 20
POP3 E-Mail Checker Plugin (v1.01)


What is it?:

This plugin allows you to display statistics concerning un-downloaded e-mails that use the POP3 protocol. This generally means any e-mail address you use in Microsoft Outlook/Outlook Express or other. This plugin will NOT support Hotmail unless you have a paid account. Please stay tuned for a HTTP E-Mail plugin. The plugin can tell you how many un-read/un-downloaded messages you have, the total bytes or kilobytes that the e-mails are using and the latest e-mail's subject.


How to Use:
  1. Copy the DLL file into your main LCD Info directory.
  2. Set up your e-mail details by right clicking on the LCD Info icon in the system tray, going to
    "Configure Plugins" > Click "E-Mail Checker" > Click "Configure" > Enter your details > Click "Save" > Click "Test" (optional) > Close the dialog boxes.
  3. Put the pluginvar "E-Mail.Update" somewhere in your XML file. This variable does not return anything unless there is an error and should be refreshed approximately every 5000ms.
  4. Set up your other variables as described below.
Variables:
  • E-Mail.Update: MUST be Called.
  • E-Mail.TotalMessages: Total E-Mail Messages on Server.
  • E-Mail.TotalBytes: Total Bytes on Server.
  • E-Mail.TotalKilobytes: Total Kilobytes on Server.
  • E-Mail.LastSubject: Last Recieved E-Mail Subject.

Download:
http://users.on.net/~krakken/LCD/e-mail_plugin.dll


Last edited by KrAkKeN on Wed Dec 15, 2004 18:20, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 13, 2004 22:59 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Ah great a new plugin, i'll have a go at it. Thanks for you efforts!

_________________
My Plexeon-Insane LCD!-Or this one!-LCDinfo-LCDStudio


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 13, 2004 23:07 
Offline

Joined: Sun May 05, 2002 22:05
Posts: 2063
Location: Lappeenranta, Finland
Very nice to have a good new plugin. Thanks a lot! :D


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 14, 2004 1:10 
Offline
User avatar

Joined: Fri Dec 03, 2004 7:03
Posts: 201
Location: Sydney, Australia
Krakken,

You are a genius. ;) Thank you. ;)

When are you releasing that other one? ;)

_________________
Syridian,
http://syridian.com


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 14, 2004 9:41 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
Now let's hope i don't get any embarassing headers, showing dirty spam subjects :wink:
'Re: your approved Cialis order #32143'

edit: just tried it on the Noritake T23, works like a charm! Thanks again :D

_________________
My Plexeon-Insane LCD!-Or this one!-LCDinfo-LCDStudio


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 14, 2004 14:41 
Offline

Joined: Tue Nov 18, 2003 20:37
Posts: 20
Thanks for the comments :). I'll finish the SETI plugin as soon as I get LCDInfo build 19 out. So far I don't think the improvements I have made are enough to warrant a release. I'll probably release them both tomorrow so long as Mario 64 DS doesn't arrive.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 15, 2004 18:20 
Offline

Joined: Tue Nov 18, 2003 20:37
Posts: 20
An update is released (Version 1.01) to fix a small bug.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 27, 2005 11:05 
Offline

Joined: Mon Dec 22, 2003 10:23
Posts: 26
Hi !
You could give a configuration example, for I do not there arrive :-( !!
thank-you


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 27, 2005 11:19 
Offline

Joined: Fri Sep 03, 2004 14:59
Posts: 7
Location: The Netherlands
I have some problems getting started with this plugin.

How do I apply:

E-Mail.Update

Can someone give us an example for the plugin?

That would be very much appreciated.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 27, 2005 13:03 
Offline

Joined: Mon Dec 22, 2003 10:23
Posts: 26
OK his works:)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 27, 2005 13:37 
Offline
User avatar

Joined: Sat Apr 17, 2004 17:42
Posts: 467
Location: The Netherlands
This one i made for my 4x20 Noritake VFD;

Code:
<screen>

   <name>mail</name>

   <action>
      <id>Core.NextScreen</id>
      <delay>20000</delay>
   </action>

   <item type="plugintext" x="7" y="0">
      <scrolltype>left</scrolltype>
      <textpos>left</textpos>
      <fieldsize>3</fieldsize>
      <varid>E-Mail.Update</varid>
      <refresh>5000</refresh>
   </item>

   <item type="text" x="0" y="0">
      <scrolltype>none</scrolltype>
      <textpos>left</textpos>
      <fieldsize>20</fieldsize>
      <textdata>XS4ALL      e-mails</textdata>
      <refresh>500</refresh>
   </item>


   <item type="plugintext" x="7" y="0">
      <scrolltype>left</scrolltype>
      <textpos>left</textpos>
      <fieldsize>3</fieldsize>
      <varid>E-Mail.TotalMessages</varid>
      <refresh>700</refresh>
   </item>


   <item type="text" x="0" y="1">
      <scrolltype>none</scrolltype>
      <textpos>left</textpos>
      <fieldsize>20</fieldsize>
      <textdata>Mailbox          kb</textdata>
      <refresh>500</refresh>
   </item>


   <item type="plugintext" x="8" y="1">
      <scrolltype>left</scrolltype>
      <textpos>left</textpos>
      <fieldsize>7</fieldsize>
      <varid>E-Mail.TotalKilobytes</varid>
      <refresh>700</refresh>
   </item>

   <item type="text" x="1" y="2">
      <scrolltype>none</scrolltype>
      <textpos>left</textpos>
      <fieldsize>19</fieldsize>
      <textdata>Last email subject</textdata>
      <refresh>500</refresh>
   </item>


   <item type="plugintext" x="0" y="3">
      <scrolltype>left</scrolltype>
      <textpos>left</textpos>
      <fieldsize>20</fieldsize>
      <varid>E-Mail.LastSubject</varid>
      <refresh>250</refresh>
   </item>

</screen>

_________________
My Plexeon-Insane LCD!-Or this one!-LCDinfo-LCDStudio


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 27, 2005 14:06 
Offline

Joined: Fri Sep 03, 2004 14:59
Posts: 7
Location: The Netherlands
Okay thank you Coorz, found the fault :D

I've got it working now, i made 2 faults, specially one, i didn't knew XML is capital sensitive :oops:

I'm very new in XML programming so I didn't even look at it 8)

Its working now on my Nokia 3310 display :D


Last edited by P@CKiE on Thu Jan 27, 2005 14:32, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 27, 2005 14:10 
Offline

Joined: Sat Apr 17, 2004 2:32
Posts: 106
A little info here , this plugin will only work with my default mail address, all my alias ( still pop3 ) accounts will not update ( i have 4 extra-each family member has one ) dont know why ? Any idea's folks ?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 27, 2005 14:34 
Offline

Joined: Fri Sep 03, 2004 14:59
Posts: 7
Location: The Netherlands
Mayb that is that you only can add 1 E-mail account when configuring the plugin


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 27, 2005 14:58 
Offline

Joined: Sat Apr 17, 2004 2:32
Posts: 106
nope not that, my alias addys just wont login/update , even if used 1 at a time ( they do work with smartie and lcdc on my M/O though), passwords etc are correct maybe something to do with my dsl provider grrrrrr :D


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 40 posts ]  Go to page 1, 2, 3  Next

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group