public class

BasicAuthGmailConnector

extends BaseGmailConnector
java.lang.Object
   ↳ org.mule.modules.google.AbstractGoogleOAuthConnector
     ↳ org.mule.module.gmail.BaseGmailConnector
       ↳ org.mule.module.gmail.BasicAuthGmailConnector
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Gmail cloud connector. This connector covers the standard IMAP protocol plus Google's extensions for Gmail. This implementation uses basic authentication

Summary

[Expand]
Inherited Constants
From class org.mule.modules.google.AbstractGoogleOAuthConnector
Fields
private Properties props
[Expand]
Inherited Fields
From class org.mule.modules.google.AbstractGoogleOAuthConnector
Public Constructors
BasicAuthGmailConnector()
Public Methods
String getAccessToken()
Unsupported for this implementation.
void init()
Protected Methods
Store getStore(String username, String password)
[Expand]
Inherited Methods
From class org.mule.module.gmail.BaseGmailConnector
From class org.mule.modules.google.AbstractGoogleOAuthConnector
From class java.lang.Object

Fields

private Properties props

Public Constructors

public BasicAuthGmailConnector ()

Public Methods

public String getAccessToken ()

Unsupported for this implementation. Do not invoke

Throws
UnsupportedOperationException

public void init ()

Protected Methods

protected Store getStore (String username, String password)

Parameters
username
password