mirror of
https://github.com/Expand-sys/imapmove.com
synced 2025-12-17 05:52:15 +11:00
74 lines
3.4 KiB
Text
74 lines
3.4 KiB
Text
doctype html
|
|
html
|
|
head
|
|
title IMAP Move | GET IN YOUR HOME MAIL THIS IS YOUR HOME NOW
|
|
link(rel="stylesheet", href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css", integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l", crossorigin="anonymous")
|
|
link(rel='stylesheet' href='/css/style.css')
|
|
script(src="js/socket.js" type="module")
|
|
<script src="https://cdn.socket.io/4.6.0/socket.io.min.js" integrity="sha384-c79GN5VsunZvi+Q/WObgk2in0CbZsHnjEqvFxC5DxHn9lTfNce2WW6h2pH6u/kF+" crossorigin="anonymous"></script>
|
|
script(src="https://code.jquery.com/jquery-3.6.3.min.js")
|
|
|
|
meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
|
meta(property='og:url' content='https://imapmove.com')
|
|
meta(property='og:title' content='IMAP Move | GET IN YOUR HOME MAIL THIS IS YOUR HOME NOW')
|
|
meta(property='og:description' content='just an imap mover for your mail house moving needs')
|
|
meta(property='og:image' content='https://imapmove.com/getinyourhome.jpg')
|
|
meta(name='twitter:card' content='summary_large_image')
|
|
meta(name='twitter:title' content='IMAP Move | GET IN YOUR HOME MAIL THIS IS YOUR HOME NOW')
|
|
meta(name='twitter:description' content='just an imap mover for your mail house moving needs')
|
|
meta(name='twitter:image' content='https://imapmove.com/getinyourhome.jpg')
|
|
meta(name='description' content= 'just an imap mover for your mail house moving needs')
|
|
body
|
|
br
|
|
.container
|
|
center
|
|
h1 IMAP Move
|
|
h2 I am going to make this simple as its not a look pretty site its a mail sync tool and will do what you need
|
|
p BTW this tool does not log any passwords or emails or anything, im providing this tool free because i dont need much to run it
|
|
br
|
|
.container-lg
|
|
form(method='POST', action='/transfer' enctype='json' autocomplete="off")#form.form
|
|
|
|
.card.bg-dark
|
|
|
|
.row
|
|
.col
|
|
h5.text-white SOURCE
|
|
|
|
.card-text.text-white
|
|
label Login
|
|
input.form-control(name='loginSource', id="loginSource" type='text' placeholder='Login' autocomplete="off" required)
|
|
label Password
|
|
input.form-control(name='passwordSource',id="passwordSource" type='password' placeholder='Password' autocomplete="off" required)
|
|
label IMAP-Server
|
|
input.form-control(name='serverSource',id="serverSource" type='text' placeholder='IMAP-Server' autocomplete="off" required)
|
|
|
|
.col
|
|
h5.text-white DESTINATION
|
|
|
|
.card-text.text-white
|
|
label Login
|
|
input.form-control(name='loginDest',id="loginDest" type='text' placeholder='Login' autocomplete="off" required)
|
|
label Password
|
|
input.form-control(name='passwordDest',id="passwordDest" type='password' placeholder='Password' autocomplete="off" required)
|
|
label IMAP-Server
|
|
input.form-control(name='serverDest',id="serverDest" type='text' placeholder='IMAP-Server' autocomplete="off" required )
|
|
|
|
br
|
|
input.btn.btn-primary(type='submit', value='Submit')
|
|
h4 OUTPUT
|
|
.card.log
|
|
ul#log
|
|
|
|
|
|
|
|
|
|
|
|
|
|
br
|
|
hr
|
|
footer.footer
|
|
center
|
|
p IMAP move, it moves your mail simples
|
|
|
|
value
|