It is currently April 24th, 2024, 9:42 am

IMAPChecker

Share and get help with Plugins and Addons
ErsinErce
Posts: 1
Joined: October 7th, 2014, 5:42 pm

IMAPChecker

Post by ErsinErce »

Hi,
After a bit search i try to combine imap mail checker for rainmeter (x64) and this is result for now.

I manage to transfer data in both way but i want to improve a bit so i need your help,

This is my source code, output dll and can build successfully
http://www.mediafire.com/download/ngzt3ba18wz6fky/IMAPChecker.rar

Parameters;
MailServer (Servers address)
Port (Default 143 if UseSSL equal 0, Default 993 if UseSSL equal 1)
Timeout (just for compability Default 1000ms)
Username (Username)
Password (Password)
UseSSL (0 or 1, Default 0)

Usage;

[CheckGmail]
Measure=Plugin
Plugin=IMAPChecker.dll
MailServer=imap.gmail.com
UseSSL=1
Port=993
Username=#User#
Password=#Pass#
UpdateDivider=300

Data return as "Unread / Total" format

Here is how you can help;
I want to use return data with %1 %2
now only return "unread / total"
how i can do this?

second i want to put FinishAction Bang
how can i do that?