« Portlets に戻る

Mail Portlet

タグ: portlet mail

Alternative Languages: 日本語

This portlet allows you to visualize all your emails from several email accounts.

Features #

  • Aggregate several email accounts in this porltlet
  • Filter your emails using tags
  • Send emails from any of your accounts

Screenshots #

Configuration #

  • See the portlet.properties file for adding your own default configurations : https://github.com/liferay/liferay-plugins/blob/f841f38da9632da37b6f3b4695da14091603930c/portlets/mail-portlet/docroot/WEB-INF/src/portlet.properties
    • For example, if you want to add POP3 email instead of IMAP, then configure mail portlet properties to POP3 like below (note you should change any parameters needed to match your server settings):
default.accounts=\
{\
    "accounts": [\
    {\
        "titleLanguageKey": "gmail-account",\
        "descriptionLanguageKey": "please-enable-imap-in-you-gmail-settings-for-mail-to-work",\
        "address": "@gmail.com",\
        "protocol": "imap",\
        "hideSettings": true,\
        "incomingHostName": "imap.gmail.com",\
        "incomingPort": "993",\
        "incomingSecure": true,\
        "outgoingHostName": "smtp.gmail.com",\
        "outgoingPort": "465",\
        "outgoingSecure": "true",\
        "folderPrefix": "",\
        "useLocalPartAsLogin": true\
    },\    {\
        "titleLanguageKey": "my-account",\
        "descriptionLanguageKey": "please-enable-imap-in-you-gmail-settings-for-mail-to-work",\
        "address": "@example.com",\
        "protocol": "pop3",\
        "hideSettings": true,\
        "incomingHostName": "pop3.example.com",\
        "incomingPort": "110",\
        "incomingSecure": false,\
        "outgoingHostName": "smtp.gmail.com",\
        "outgoingPort": "25",\
        "outgoingSecure": "false",\
        "folderPrefix": "",\
        "useLocalPartAsLogin": true\
    },\
    {\
        "titleLanguageKey": "custom-mail-account",\
        "descriptionLanguageKey": "",\
        "address": "",\
        "protocol": "imap",\
        "hideSettings": false,\
        "incomingHostName": "",\
        "incomingPort": "110",\
        "incomingSecure": false,\
        "outgoingHostName": "",\
        "outgoingPort": "25",\
        "outgoingSecure": "false",\
        "folderPrefix": "",\
        "useLocalPartAsLogin": false\
    }\
    ]\
}

References #

Mail Portlet is a plugin and can be installed from the Plugin Installer.

1 画像の固定
42426 参照数
平均 (1 投票)
平均評価は2.0星中の5です。
コメント
コメント 作成者 日時
Hi Julio, Is there a way to limit downloaded... Fabrice Clari 2009/05/18 7:48
how can i download these portlets? hamid gholipour 2012/12/11 4:46

Hi Julio,

Is there a way to limit downloaded data from the mail portlet? e.g., when for example a user configures a gmail account, then the portlet, in a background process, synchronized a lot of data between the user account on the Liferay side and gmail. I guess the behavior is the same when using any IMAP mail server. Therefore, can we limit this amount of data per user? Thanks.

And thanks for this nice portlet :-)

Fabrice.
投稿日時:09/05/18 7:48
投稿日時:12/12/11 4:46