It is currently April 26th, 2024, 2:18 pm

Quick Gmail Question

Get help with creating, editing & fixing problems with skins
wasky1
Posts: 127
Joined: June 10th, 2009, 8:26 am

Quick Gmail Question

Post by wasky1 »

If i understand correctly, there are two types of gmail accout "@gmail.com" and "@googlemail.com"
i have the latter. if anyone has a "@gmail" account and monitors said account with Rainmeter, could you please tell me if your measure picks up "@gmail.com" in the title, and if its all lowercase. i need it for a substitution.
Thanks in advance.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Quick Gmail Question

Post by poiru »

This is what it looks like for me:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<title>Gmail - Inbox for xxx@gmail.com</title>
<tagline>New messages in your Gmail Inbox</tagline>
<fullcount>0</fullcount>
<link rel="alternate" href="http://mail.google.com/mail" type="text/html" />
<modified>2010-04-12T15:10:21Z</modified>
</feed>
If you're asking this to get rid of @gmail.com, you could just use something like this for the regexp:

Code: Select all

<title>.*for (.*)@
wasky1
Posts: 127
Joined: June 10th, 2009, 8:26 am

Re: Quick Gmail Question

Post by wasky1 »

thanks for reply, i got what i wanted from your post, it was to substitute gmail for something but i didnt know if it had capitol letters or whatever. thanks again!