Skip to content

Commit

Permalink
Merge pull request #802 from josaphatim/add-migadu-to-nux
Browse files Browse the repository at this point in the history
Added migadu to nux module
  • Loading branch information
marclaporte authored Oct 23, 2023
2 parents 10c4ffb + a4cca46 commit afda8a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imap/handler_modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ public function process() {
if (isset($this->request->post['new_imap_hidden'])) {
$hidden = true;
}
if ($con = fsockopen($form['new_imap_address'], $form['new_imap_port'], $errno, $errstr, 2)) {
if ($con = fsockopen($form['new_imap_address'], $form['new_imap_port'], $errno, $errstr, 5)) {
$imap_list = array(
'name' => $form['new_imap_name'],
'server' => $form['new_imap_address'],
Expand Down
4 changes: 4 additions & 0 deletions modules/nux/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
'server' => 'smtp.migadu.com',
'port' => 465,
'tls' => true
),
'sieve' => array(
'port' => 4190,
'host' => 'tls://imap.migadu.com'
)
));

Expand Down

0 comments on commit afda8a3

Please sign in to comment.