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.
It is currently October 5th, 2024, 3:24 pm
Quick Gmail Question
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
-
- Developer
- Posts: 2873
- Joined: April 17th, 2009, 12:18 pm
Re: Quick Gmail Question
This is what it looks like for me:
If you're asking this to get rid of @gmail.com, you could just use something like this for the regexp:
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>
Code: Select all
<title>.*for (.*)@
-
- Posts: 127
- Joined: June 10th, 2009, 8:26 am
Re: Quick Gmail Question
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!