gmail checker

jdgordon

New member
well.. for the 4 other people using this plugin, just letting you know that gmail have changed the login sequence and i havnt got time tonight to fix it (i have the new sequence so should be going again tomorow)
________
ASIAN MOVIES
 
Last edited:

jdgordon

New member
New version 2.0

hey all...

ok, time for a new version that actually works :D

ive changed it a fair bit, so you will have to fix your screens (i suggest removing any gmail screens u have and remaking them from scratch.. also delete the jdg_gmail.ini file)


ok so whats changed?
you no longer need to name the labels, that was annoying and sucked so i removed it :)
to get individual labels what you need to do is add an item in the ini named "firstLabelID" and give it a nice big number (dont make it a @ number coz you wont be able to get the labels later)
e.g
"firstLabelID=33366601"

so now to get each label use that number as the first label and add one fo each label you go down the list (same order as apears in gmail). so to get the number of new emails in the 2nd label i would need to do "id=33366602" in the screen file.


the only other changes are some of the main labels were removed (drafts, allmail, sent,starred,trash)

ok, so an example screen file
Code:
[pre]
rows=4
cols=20

[from00]
from="jdg_gmail.ini"
sec="account-#"
opt01="username=!user name"
opt02="password=!password"
opt03="interval=1"
opt04="firstLabelID=33366600"
opt05="inbox=@01"
opt06="spam=@02"
opt07="totalNewEmails=@03"
opt08="quota=@04"
opt09="invites=@05"

[screen]
screen_name="GMAIL"
options=0
alt_delay=10000

[r00]
[r00-i00]
string="Inbox: "
[r00-i01]
length=3
id=@01
[r00-i02]
string="spam: "
[r00-i03]
id=@02

[r01]
[r01-i00]
string="mim: "
[r01-i01]
length=3
id=33366603
[r01-i02]
length=7
string="forums: "
[r01-i03]
id=33366604

[r02]
[r02-i00]
string="cc2: "
[r02-i01]
length=3
id=33366600
[r02-i02]
length=7
string="ocau: "
[r02-i03]
id=33366607
that screen shows everything the plugin can get from gmail....

good luck...
________
Fix Ps3
 

Attachments

Last edited:
Top