mirror of
https://github.com/imapsync/imapsync.git
synced 2025-07-23 18:55:55 +02:00
1.945
This commit is contained in:
parent
0797e48248
commit
275436c5a0
126 changed files with 25270 additions and 4380 deletions
|
@ -12,6 +12,16 @@
|
|||
|
||||
<h1>Imapsync online</h1>
|
||||
|
||||
|
||||
<input
|
||||
data-toggle="tooltip" data-placement="top" title="It is usually an email address or its left part before @"
|
||||
type="text" class="form-control input-lg" id="user1" name="user1" tabindex="1"
|
||||
placeholder="Enter source login name">
|
||||
|
||||
<pre id="user2">
|
||||
</pre>
|
||||
|
||||
|
||||
<button type="button"
|
||||
onclick="imapsync('?lalala=zzz&host1=sss&user1=uuu&password1=uuu&host2=ttt&user2=uuu&password2=uuu&simulong=22&debugenv=on', handleRun)"
|
||||
>Run imapsync
|
||||
|
@ -45,6 +55,9 @@
|
|||
|
||||
<script>
|
||||
|
||||
$("#user2").text("toto");
|
||||
$("#user1").val("RRRR");
|
||||
|
||||
var readyStateStr = {
|
||||
0: "Request not initialized",
|
||||
1: "Server connection established",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue