Qiang Xue
							
						 | 
						
							
							
							
							
								
							
								90a5bcc611
								
							
								
							
						 | 
						
							
							
								
								Refactored mail.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Qiang Xue
							
						 | 
						
							
							
							
							
								
							
								ed0e44d23b
								
							
								
							
						 | 
						
							
							
								
								minor touch up of swiftmailer.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								85c26332c5
								
							
								
							
						 | 
						
							
							
								
								Doc comments for "MessageInterface" and "MailerInterface" updated.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								104cfd7cb2
								
							
								
							
						 | 
						
							
							
								
								'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody'
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								1aafa73e15
								
							
								
							
						 | 
						
							
							
								
								Render methods removed from 'yii\mail\MessageInterface'.
							
							
							
							
							
							
							
							Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body. 
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								3d1a625cbb
								
							
								
							
						 | 
						
							
							
								
								'yii\mail\MessageInterface' updated:
							
							
							
							
							
							
							
							- 'body()' renamed to 'renderBody()'
- new 'body()' method introduced 
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								b0c5981d42
								
							
								
							
						 | 
						
							
							
								
								Method names "yii\mail\MessageInterface" simplified.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Klimov Paul
							
						 | 
						
							
							
							
							
								
							
								45d02d07a0
								
							
								
							
						 | 
						
							
							
								
								Method 'yii\mail\MessageInterface::body()' added.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Klimov Paul
							
						 | 
						
							
							
							
							
								
							
								87af95f712
								
							
								
							
						 | 
						
							
							
								
								'yii\mail\MessageInterface' updated:
							
							
							
							
							
							
							
							- setter methods renamed to have pure name
- method 'createMessage' renamed to 'compose' 
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Klimov Paul
							
						 | 
						
							
							
							
							
								
							
								aab90c5164
								
							
								
							
						 | 
						
							
							
								
								'MessageInterface' updated to support 'method chain' call style.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								368c244768
								
							
								
							
						 | 
						
							
							
								
								MessageInterface::render() replaced by MessageInterface::renderHtml() and MessageInterface::renderText()
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								99d8216103
								
							
								
							
						 | 
						
							
							
								
								Email message charset setup added.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								1d0891f0f6
								
							
								
							
						 | 
						
							
							
								
								'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								774c4db860
								
							
								
							
						 | 
						
							
							
								
								'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added.
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								5bc22a077f
								
							
								
							
						 | 
						
							
							
								
								Interface 'MailerInterface' extracted.
							
							
							
							
							
							
							
							Method 'MailerInterface::createMessage()' added. 
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								d33519e3e5
								
							
								
							
						 | 
						
							
							
								
								Method 'MessageInterface::__toString()' added
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								4a9d546c79
								
							
								
							
						 | 
						
							
							
								
								'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()'
							
							
							
							
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								2a326c7d7b
								
							
								
							
						 | 
						
							
							
								
								'email' renamed to 'mail'.
							
							
							
							
							
							
							
							'SwiftMailer' recomposed into extension. 
							
						 | 
						
							12 years ago | 
						
					
				
					
						
							
							
								 
								Paul Klimov
							
						 | 
						
							
							
							
							
								
							
								b611c4241f
								
							
								
							
						 | 
						
							
							
								
								Email message interface extracted.
							
							
							
							
							
						 | 
						
							12 years ago |