diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-04 10:45:40 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-04 10:45:40 +0000 |
| commit | db52dca11487fd62ab6ebf975abbaa6f17c1d2a7 (patch) | |
| tree | 027cf42c90c159c6f5a07b3fcc22c8a69f2c57e9 /roundcubemail/bin/msgimport | |
| parent | 9b9a1a04ef95d182fbc141724872ce8862a3c362 (diff) | |
Add commandline script for message exporting (proof-of-concept)
git-svn-id: https://svn.roundcube.net/trunk@1249 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/bin/msgimport')
| -rwxr-xr-x | roundcubemail/bin/msgimport | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/bin/msgimport b/roundcubemail/bin/msgimport index 0ed268f4f..fd5afae8b 100755 --- a/roundcubemail/bin/msgimport +++ b/roundcubemail/bin/msgimport @@ -3,6 +3,7 @@ $CWD = $INSTALL_PATH = preg_replace('/bin\/$/', '', getcwd() . '/'); ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . $CWD.'program/'); +ini_set('memory_limit', -1); require_once('include/rcube_shared.inc'); require_once('include/rcube_imap.inc'); |
