phpDocumentor GMailer
[ class tree: GMailer ] [ index: GMailer ] [ all elements ]

Procedural File: libgmailer.php

Source Location: /libgmailer.php

Page Details

Include (require) this page if your application wish to use the class Gmailer.

This page (libgmailer.php) is the definition of 3 classes: GMailer, GMailSnapshot and Debugger.

Filesource:  Source Code for this file
Constants
GMAIL_CONTACT_REFERRER_URL  [line 37]

GMAIL_CONTACT_REFERRER_URL = "https://mail.google.com/mail/?&search=contacts&ct_id=1&cvm=2&view=ct"

URL's of Gmail.


[ Top ]

GMAIL_FILTER_REFERRER_URL  [line 36]

GMAIL_FILTER_REFERRER_URL = "https://mail.google.com/mail/?&pnl=f"

URL's of Gmail.


[ Top ]

GM_ACT_APPLYLABEL  [line 60]

GM_ACT_APPLYLABEL = 1

Apply label to conversation

Constants defining Gmail action.


[ Top ]

GM_ACT_ARCHIVE  [line 100]

GM_ACT_ARCHIVE = 11

Archive a conversation

Constants defining Gmail action.


[ Top ]

GM_ACT_DELFOREVER  [line 96]

GM_ACT_DELFOREVER = 10

Directly delete a conversation

Constants defining Gmail action.


[ Top ]

GM_ACT_DELSPAM  [line 120]

GM_ACT_DELSPAM = 16

Delete spam, forever.

Constants defining Gmail action.


[ Top ]

GM_ACT_DELTRASHED  [line 124]

GM_ACT_DELTRASHED = 17

Delete trash message, forever.

Constants defining Gmail action.


[ Top ]

GM_ACT_INBOX  [line 104]

GM_ACT_INBOX = 12

Move conversation to Inbox

Constants defining Gmail action.


[ Top ]

GM_ACT_READ  [line 84]

GM_ACT_READ = 7

Mark conversation as read

Constants defining Gmail action.


[ Top ]

GM_ACT_REMOVELABEL  [line 64]

GM_ACT_REMOVELABEL = 2

Remove label from conversation

Constants defining Gmail action.


[ Top ]

GM_ACT_SPAM  [line 76]

GM_ACT_SPAM = 5

Mark a conversation as spam

Constants defining Gmail action.


[ Top ]

GM_ACT_STAR  [line 68]

GM_ACT_STAR = 3

Star a conversation

Constants defining Gmail action.


[ Top ]

GM_ACT_TRASH  [line 92]

GM_ACT_TRASH = 9

Trash a conversation

Constants defining Gmail action.


[ Top ]

GM_ACT_TRASHMSG  [line 116]

GM_ACT_TRASHMSG = 15

Trash individual message.

Constants defining Gmail action.


[ Top ]

GM_ACT_UNDRAFT  [line 112]

GM_ACT_UNDRAFT = 14

Discard a draft

Constants defining Gmail action.


[ Top ]

GM_ACT_UNREAD  [line 88]

GM_ACT_UNREAD = 8

Mark conversation as unread

Constants defining Gmail action.


[ Top ]

GM_ACT_UNSPAM  [line 80]

GM_ACT_UNSPAM = 6

Unmark a conversation from spam

Constants defining Gmail action.


[ Top ]

GM_ACT_UNSTAR  [line 72]

GM_ACT_UNSTAR = 4

Remove a star from (unstar) a conversation

Constants defining Gmail action.


[ Top ]

GM_ACT_UNTRASH  [line 108]

GM_ACT_UNTRASH = 13

Move conversation out of Trash

Constants defining Gmail action.


[ Top ]

GM_CONTACT  [line 49]

GM_CONTACT = 0x010

Constants defining Gmail content's type.


[ Top ]

GM_CONVERSATION  [line 47]

GM_CONVERSATION = 0x004

Constants defining Gmail content's type.


[ Top ]

GM_COOKIE_IK_KEY  [line 132]

GM_COOKIE_IK_KEY = "LIBGMAILER_IdKey"

Other constants.


[ Top ]

GM_COOKIE_KEY  [line 131]

GM_COOKIE_KEY = "LIBGMAILER"

Other constants.


[ Top ]

GM_LABEL  [line 46]

GM_LABEL = 0x002

Constants defining Gmail content's type.


[ Top ]

GM_LNK_ATTACHMENT  [line 32]

GM_LNK_ATTACHMENT = "https://mail.google.com/mail/?view=att&disp=att"

URL's of Gmail.


[ Top ]

GM_LNK_ATTACHMENT_ZIPPED  [line 33]

GM_LNK_ATTACHMENT_ZIPPED = "https://mail.google.com/mail/?view=att&disp=zip"

URL's of Gmail.


[ Top ]

GM_LNK_CONTACT  [line 31]

GM_LNK_CONTACT = "https://mail.google.com/mail/?view=cl&search=contacts&pnl=a"

URL's of Gmail.


[ Top ]

GM_LNK_GMAIL  [line 23]

GM_LNK_GMAIL = "https://mail.google.com/mail/"

URL's of Gmail.


[ Top ]

GM_LNK_GMAIL_HTTP  [line 24]

GM_LNK_GMAIL_HTTP = "http://mail.google.com/mail/"

URL's of Gmail.


[ Top ]

GM_LNK_INVITE_REFER  [line 35]

GM_LNK_INVITE_REFER = "https://www.google.com/accounts/ServiceLoginBox?service=mail&continue=https%3A%2F%2Fmail.google.com%2Fmail"

URL's of Gmail.


[ Top ]

GM_LNK_LOGIN  [line 25]

GM_LNK_LOGIN = "https://www.google.com/accounts/ServiceLoginBoxAuth"

URL's of Gmail.


[ Top ]

GM_LNK_LOGOUT  [line 29]

GM_LNK_LOGOUT = "https://mail.google.com/mail/?logout"

URL's of Gmail.

API Tags:
Deprecated:  


[ Top ]

GM_LNK_REFER  [line 30]

GM_LNK_REFER = "https://www.google.com/accounts/ServiceLoginBox?service=mail&continue=https%3A%2F%2Fmail.google.com%2Fmail"

URL's of Gmail.


[ Top ]

GM_PREFERENCE  [line 50]

GM_PREFERENCE = 0x020

Constants defining Gmail content's type.


[ Top ]

GM_QUERY  [line 48]

GM_QUERY = 0x008

Constants defining Gmail content's type.


[ Top ]

GM_STANDARD  [line 45]

GM_STANDARD = 0x001

Constants defining Gmail content's type.


[ Top ]

GM_USER_AGENT  [line 38]

GM_USER_AGENT = "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050516 Firefox/1.0.4"

URL's of Gmail.


[ Top ]

GM_USE_COOKIE  [line 133]

GM_USE_COOKIE = 0x001

Other constants.


[ Top ]

GM_USE_LIB_AS_MODULE  [line 17]

GM_USE_LIB_AS_MODULE = false

Constant defined by application author. Set it to true if the class is used as a module of an online office app or other situation where PHP Session should NOT by destoryed after signing out from Gmail.


[ Top ]

GM_USE_PHPSESSION  [line 134]

GM_USE_PHPSESSION = 0x002

Other constants.


[ Top ]

GM_VER  [line 130]

GM_VER = "0.8.0-rc"

Other constants.


[ Top ]



Documentation generated on Sat, 10 Sep 2005 06:06:30 +0800 by phpDocumentor 1.3.0RC3