Moved KH Email to KHEmail

This commit is contained in:
Deon George 2011-08-24 05:37:30 +10:00
parent 91c51fdb83
commit 27684fc865
149 changed files with 1 additions and 1 deletions
application
includes/kohana/modules/khemail
README.markdown
classes
config
vendor/swift
CHANGESLICENSEREADMEVERSION
classes
Swift.php
Swift
Attachment.php
ByteStream
CharacterReader.php
CharacterReader
CharacterReaderFactory.php
CharacterReaderFactory
CharacterStream.php
CharacterStream
DependencyContainer.phpDependencyException.phpEmbeddedFile.phpEncoder.php
Encoder
Encoding.php
Events
FailoverTransport.phpFileStream.phpFilterable.phpImage.phpInputByteStream.phpIoException.phpKeyCache.php
KeyCache
LoadBalancedTransport.phpMailTransport.phpMailer.php
Mailer
Message.php
Mime
MimePart.phpOutputByteStream.php
Plugins

@ -108,7 +108,7 @@ Kohana::modules(array(
'orm' => SMDPATH.'orm', // Object Relationship Mapping 'orm' => SMDPATH.'orm', // Object Relationship Mapping
// 'unittest' => SMDPATH.'unittest', // Unit testing // 'unittest' => SMDPATH.'unittest', // Unit testing
'userguide' => SMDPATH.'userguide', // User guide and API documentation 'userguide' => SMDPATH.'userguide', // User guide and API documentation
'email' => SMDPATH.'email', // Email module for Kohana 3 PHP Framework 'khemail' => SMDPATH.'khemail', // Email module for Kohana 3 PHP Framework
'gchart' => MODPATH.'gchart', // Google Chart Module 'gchart' => MODPATH.'gchart', // Google Chart Module
'xml' => SMDPATH.'xml', // XML module for Kohana 3 PHP Framework 'xml' => SMDPATH.'xml', // XML module for Kohana 3 PHP Framework
)); ));

Some files were not shown because too many files have changed in this diff Show More