Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Rainloop 1.11.1 becomes 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-alain-b committed Oct 8, 2017
1 parent 6116fc3 commit 69ff69c
Show file tree
Hide file tree
Showing 1,551 changed files with 164,215 additions and 162,294 deletions.

This file was deleted.

278 changes: 0 additions & 278 deletions rainloop/app/rainloop/v/1.11.1/app/libraries/Mobile_Detect/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions rainloop/app/rainloop/v/1.11.1/static/css/app.min.css

This file was deleted.

1 change: 0 additions & 1 deletion rainloop/app/rainloop/v/1.11.1/static/js/min/admin.min.js

This file was deleted.

1 change: 0 additions & 1 deletion rainloop/app/rainloop/v/1.11.1/static/js/min/app.min.js

This file was deleted.

1 change: 0 additions & 1 deletion rainloop/app/rainloop/v/1.11.1/static/js/min/boot.min.js

This file was deleted.

1 change: 0 additions & 1 deletion rainloop/app/rainloop/v/1.11.1/static/js/min/libs.min.js

This file was deleted.

10 changes: 0 additions & 10 deletions rainloop/app/rainloop/v/1.11.1/static/js/min/openpgp.min.js

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imap_host = "IMAP_HOST"
imap_port = IMAP_PORT
imap_secure = "SSL"
smtp_host = "SMTP_HOST"
smtp_port = SMTP_PORT
smtp_secure = "SSL"
smtp_auth = On
imap_host = "IMAP_HOST"
imap_port = IMAP_PORT
imap_secure = "SSL"
smtp_host = "SMTP_HOST"
smtp_port = SMTP_PORT
smtp_secure = "SSL"
smtp_auth = On
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imap_host = "imap.gmail.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.gmail.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On
imap_host = "imap.gmail.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.gmail.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imap_host = "imap-mail.outlook.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp-mail.outlook.com"
smtp_port = 587
smtp_secure = "TLS"
imap_host = "imap-mail.outlook.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp-mail.outlook.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imap_host = "imap.qq.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.qq.com"
smtp_port = 465
smtp_secure = "SSL"
smtp_auth = On
imap_host = "imap.qq.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.qq.com"
smtp_port = 465
smtp_secure = "SSL"
smtp_auth = On
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imap_host = "imap.mail.yahoo.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.mail.yahoo.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On
imap_host = "imap.mail.yahoo.com"
imap_port = 993
imap_secure = "SSL"
smtp_host = "smtp.mail.yahoo.com"
smtp_port = 587
smtp_secure = "TLS"
smtp_auth = On
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?php

namespace GuzzleHttp\Adapter;

use GuzzleHttp\Message\ResponseInterface;

/**
* Adapter interface used to transfer HTTP requests.
*
* @link http://docs.guzzlephp.org/en/guzzle4/adapters.html for a full
* explanation of adapters and their responsibilities.
*/
interface AdapterInterface
{
/**
* Transfers an HTTP request and populates a response
*
* @param TransactionInterface $transaction Transaction abject to populate
*
* @return ResponseInterface
*/
public function send(TransactionInterface $transaction);
}
<?php

namespace GuzzleHttp\Adapter;

use GuzzleHttp\Message\ResponseInterface;

/**
* Adapter interface used to transfer HTTP requests.
*
* @link http://docs.guzzlephp.org/en/guzzle4/adapters.html for a full
* explanation of adapters and their responsibilities.
*/
interface AdapterInterface
{
/**
* Transfers an HTTP request and populates a response
*
* @param TransactionInterface $transaction Transaction abject to populate
*
* @return ResponseInterface
*/
public function send(TransactionInterface $transaction);
}
Loading

0 comments on commit 69ff69c

Please sign in to comment.