mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-25 08:08:48 +08:00
be45d989f8
Fix idn encoder Small fixes
13 lines
285 B
JavaScript
13 lines
285 B
JavaScript
|
|
/**
|
|
* ownCloud - RainLoop mail plugin
|
|
*
|
|
* @author RainLoop Team
|
|
* @copyright 2014 RainLoop Team
|
|
*
|
|
* https://github.com/RainLoop/rainloop-webmail/tree/master/build/owncloud
|
|
*/
|
|
|
|
$(function() {
|
|
RainLoopFormHelper('#mail-rainloop-personal-form', 'personal.php');
|
|
});
|