Home
last modified time | relevance | path

Searched refs:Swift_ConnectionException (Results 1 – 19 of 19) sorted by relevance

/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php107 * @throws Swift_ConnectionException Upon bad response
114 …throw new Swift_ConnectionException("The POP3 server did not suitably respond with a +OK response.…
120 * @throws Swift_ConnectionException If the connection will not start
136 …throw new Swift_ConnectionException("The POP3 connection failed to start. The error string return…
141 * @throws Swift_ConnectionException If the connection won't close
150 throw new Swift_ConnectionException("The POP3 connection did not close successfully.");
158 * @throws Swift_ConnectionException If the connection will not allow data to be read
165 throw new Swift_ConnectionException("Data could not be read from the POP3 connection.");
179 * @throws Swift_ConnectionException If the command cannot be written
186 throw new Swift_ConnectionException("Data could not be written to the POP3 connection.");
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php164 * @throws Swift_ConnectionException If the command is not correctly structured
190 * @throws Swift_ConnectionException If the pipe cannot be written to
194 …if (!$this->isAlive()) throw new Swift_ConnectionException("The sendmail process is not alive and …
201 * @throws Swift_ConnectionException If the pipe is not operating as expected
206 …if (!$this->isAlive()) throw new Swift_ConnectionException("The sendmail process is not alive and …
227 * @throws Swift_ConnectionException Upon failure to read
255 * @throws Swift_ConnectionException Upon failure to write
273 * @throws Swift_ConnectionException Upon failure to start
284 …throw new Swift_ConnectionException("Sendmail cannot be started without a path to the binary inclu…
292 throw new Swift_ConnectionException(
[all …]
H A DRotator.php63 * @throws Swift_ConnectionException If no connections are available
92 … throw new Swift_ConnectionException("The connection started but reported that it was not active");
94 } catch (Swift_ConnectionException $e) {
100 throw new Swift_ConnectionException("No connections were started.<br />" . $failure);
105 * @throws Swift_ConnectionException Upon failure to read
111 throw new Swift_ConnectionException("None of the connections set have been started");
118 * @throws Swift_ConnectionException Upon failure to write
124 throw new Swift_ConnectionException("None of the connections set have been started");
130 * @throws Swift_ConnectionException Upon failure to start
138 * @throws Swift_ConnectionException Upon failure to close
H A DMulti.php61 * @throws Swift_ConnectionException Upon failure to read
67 throw new Swift_ConnectionException("None of the connections set have been started");
74 * @throws Swift_ConnectionException Upon failure to write
80 throw new Swift_ConnectionException("None of the connections set have been started");
86 * @throws Swift_ConnectionException Upon failure to start
107 … throw new Swift_ConnectionException("The connection started but reported that it was not active");
109 } catch (Swift_ConnectionException $e) {
114 throw new Swift_ConnectionException($failure);
118 * @throws Swift_ConnectionException Upon failure to close
H A DSMTP.php235 * @throws Swift_ConnectionException Upon failure to read
239 if (!$this->handle) throw new Swift_ConnectionException(
250 throw new Swift_ConnectionException(
263 * @throws Swift_ConnectionException Upon failure to write
267 if (!$this->handle) throw new Swift_ConnectionException(
274 * @throws Swift_ConnectionException Upon failure to start
309 throw new Swift_ConnectionException($error_msg);
325 * @throws Swift_ConnectionException If authentication fails
340 * @throws Swift_ConnectionException Upon failure to authenticate
408 …throw new Swift_ConnectionException("Authentication is not supported by the server but a username …
[all …]
H A DNativeMail.php79 * @throws Swift_ConnectionException Upon failure to read
96 * @throws Swift_ConnectionException Upon failure to write
114 * @throws Swift_ConnectionException Upon failure to start
122 * @throws Swift_ConnectionException Upon failure to close
/plugin/swiftmail/Swift/
H A DConnection.php22 * @throws Swift_ConnectionException If the connection cannot be started
28 * @throws Swift_ConnectionException If the buffer cannot be read
34 * @throws Swift_ConnectionException If the write fails
39 * @throws Swift_ConnectionException If the connection cannot be closed/stopped
63 * @throws Swift_ConnectionException If no such extension can be found
H A DConnectionBase.php66 * @throws Swift_ConnectionException If the extension cannot be found
76 throw new Swift_ConnectionException(
H A DConnectionException.php20 class Swift_ConnectionException extends Swift_Exception class
H A DBadResponseException.php20 class Swift_BadResponseException extends Swift_ConnectionException
/plugin/swiftmail/
H A DSwift.php79 …* @throws Swift_ConnectionException If a connection cannot be established or the connection is beh…
212 * @throws Swift_ConnectionException If the connection cannot be established or behaves oddly
227 * @throws Swift_ConnectionException If the connection will not stop
256 * @throws Swift_ConnectionException If conversation is not going very well
286 * @throws Swift_ConnectionException If a code was expected but does not match the one returned
315 * @throws Swift_ConnectionException If the service refuses to reset
327 * @throws Swift_ConnectionException If sending fails for any reason.
H A Daction.php118 } catch (Swift_ConnectionException $e) {
/plugin/swiftmail/Swift/Plugin/
H A DConnectionRotator.php72 * @throws Swift_ConnectionException If the connection cannot be rotated
78 …throw new Swift_ConnectionException("The ConnectionRotator plugin cannot be used with connections …
H A DMailSend.php109 * @throws Swift_ConnectionException If mail() returns false
166 …throw new Swift_ConnectionException("Sending failed using mail() as PHP's default mail() function …
H A DAntiFlood.php92 * @throws Swift_ConnectionException If the connection cannot be closed/re-opened
/plugin/swiftmail/Swift/Authenticator/
H A DLOGIN.php35 } catch (Swift_ConnectionException $e) {
H A DPLAIN.php36 } catch (Swift_ConnectionException $e) {
H A DCRAMMD5.php37 } catch (Swift_ConnectionException $e) {
H A D@PopB4Smtp.php65 } catch (Swift_ConnectionException $e) {