initial
authorpaulr <me@pjr.cc>
Wed, 11 Aug 2010 01:02:09 +0000 (11:02 +1000)
committerpaulr <me@pjr.cc>
Wed, 11 Aug 2010 01:02:09 +0000 (11:02 +1000)
.project [new file with mode: 0644]
example/ex.xml [new file with mode: 0644]
push.php [new file with mode: 0644]

diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..2cec2d5
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>SMSXmlToIMAP</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+       </buildSpec>
+       <natures>
+       </natures>
+</projectDescription>
diff --git a/example/ex.xml b/example/ex.xml
new file mode 100644 (file)
index 0000000..2cf03f3
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+
+<smses>
+
+  <sms protocol="0" address="+61111111" date="1199963148000" type="1" body="test 1" status="-1" read="1" />
+
+  <sms protocol="0" address="+61111112" date="1202752478000" type="1" body="test 2" status="-1" read="1" />
+
+  <sms protocol="0" address="+61111113" date="1204806118000" type="1" body="test 3" status="-1" read="1" />
+</smses>
diff --git a/push.php b/push.php
new file mode 100644 (file)
index 0000000..dc10d56
--- /dev/null
+++ b/push.php
@@ -0,0 +1,4 @@
+<?php
+
+
+?>
\ No newline at end of file