This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Mailer/Transport
Nicolas Grekas 1d1e29c8cd Merge branch '4.4' into 5.0
* 4.4: (30 commits)
  [Security] Check UserInterface::getPassword is not null before calling needsRehash
  gracefully handle missing event dispatchers
  Fix TokenStorage::reset not called in stateless firewall
  [DotEnv] Remove `usePutEnv` property default value
  [HttpFoundation] get currently session.gc_maxlifetime if ttl doesnt exists
  Set up typo fix
  [DependencyInjection] Handle env var placeholders in CheckTypeDeclarationsPass
  [Cache] fix memory leak when using PhpArrayAdapter
  [Validator] Allow underscore character "_" in URL username and password
  [TwigBridge] Update bootstrap_4_layout.html.twig
  [FrameworkBundle][SodiumVault] Create secrets directory only when needed
  fix parsing negative octal numbers
  [SecurityBundle] Passwords are not encoded when algorithm set to \"true\"
  [DependencyInjection] Resolve expressions in CheckTypeDeclarationsPass
  [SecurityBundle] Properly escape regex in AddSessionDomainConstraintPass
  do not validate passwords when the hash is null
  [DI] fix resolving bindings for named TypedReference
  [Config] never try loading failed classes twice with ClassExistenceResource
  [Mailer] Fix SMTP Authentication when using STARTTLS
  [DI] Fix making the container path-independent when the app is in /app
  ...
2019-12-07 17:40:37 +01:00
..
Smtp Merge branch '4.4' into 5.0 2019-12-07 17:40:37 +01:00
AbstractApiTransport.php Add Message-Id to SentMessage when sending an email 2019-10-12 10:43:49 +02:00
AbstractHttpTransport.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
AbstractTransport.php Fix CS 2019-12-01 09:46:01 +01:00
AbstractTransportFactory.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
Dsn.php [Mailer] Fix an error message 2019-09-05 03:13:57 +02:00
FailoverTransport.php [Mailer] Change the syntax for DSNs using failover or roundrobin 2019-09-07 08:40:47 +02:00
NullTransport.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
NullTransportFactory.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
RoundRobinTransport.php [Mailer] Tweak some code 2019-10-01 12:10:05 +02:00
SendmailTransport.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
SendmailTransportFactory.php [Mailer] Change the DSN semantics 2019-09-02 15:50:44 +02:00
TransportFactoryInterface.php Add transport factories (closes #31385, closes #32523) 2019-07-16 22:15:50 +03:00
TransportInterface.php rename SmtpEnvelope to Envelope 2019-09-12 16:17:57 +02:00
Transports.php [Mailer] Tweak some code 2019-10-01 12:10:05 +02:00