This commit is contained in:
Nick Bebout 2019-07-02 18:25:47 -05:00
parent 0797e48248
commit 275436c5a0
126 changed files with 25270 additions and 4380 deletions

View file

@ -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",