Author Topic: please add port as an available arg/value for imap_connect  (Read 7363 times)

Offline rjwill

  • Newbie
  • *
  • Posts: 8
please add port as an available arg/value for imap_connect
« on: September 15, 2011, 01:29:33 PM »
similar to smtp_connect.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
please add port as an available arg/value for imap_connect
« Reply #1 on: September 16, 2011, 02:23:20 AM »
please could you describe more what you mean? there is no smtp_connect in the config.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline rjwill

  • Newbie
  • *
  • Posts: 8
please add port as an available arg/value for imap_connect
« Reply #2 on: September 16, 2011, 09:15:37 AM »
sorry, I was referring to plugin hooks:

smtp_connect ¶

Triggered when before opening an SMTP connection to send a message.
Some SMTP related config options are passed as arguments and can be altered by a plugin.

Arguments:

    * smtp_server
    * smtp_port
    * smtp_user
    * smtp_pass
    * smtp_auth_type
    * smtp_helo_host

Return values:

    all arguments
imap_connect ¶

Triggered right before connecting to the IMAP server.
Similar to the authenticate hook but triggered in every step not just on login.

Arguments:

    * host
    * user

Return values:

    * host
    * user
    * pass

Offline rjwill

  • Newbie
  • *
  • Posts: 8
please add port as an available arg/value for imap_connect
« Reply #3 on: September 16, 2011, 09:28:38 AM »
sorry, i am referring to plugin hooks. please add port as a arg/value to the imap_connect plugin hook, similar to the smtp_connect plugin hook.