Changeset 670 in subversion
- Timestamp:
- Aug 10, 2007 5:57:39 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/bin/msgimport (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/bin/msgimport
r520 r670 46 46 { 47 47 print "Usage: msgimport -h imap-host -u user-name -f message-file\n"; 48 print "- host IMAP host\n";49 print "- user IMAP user name\n";50 print "- file Message file to upload\n";48 print "--host IMAP host\n"; 49 print "--user IMAP user name\n"; 50 print "--file Message file to upload\n"; 51 51 } 52 52 … … 83 83 echo "Password: "; 84 84 $args['pass'] = trim(fgets(STDIN)); 85 86 // clear password input 87 echo chr(8)."\rPassword: ".str_repeat("*", strlen($args['pass']))."\n"; 85 88 86 89 // parse $host URL
Note: See TracChangeset
for help on using the changeset viewer.
