1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-21 13:23:04 +00:00

Change protocol. We receive a mailbox ID, drafts are contained into this mailbox ID.

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 19:42:54 +02:00
parent 5cef955d23
commit 0132ca90db
4 changed files with 19 additions and 13 deletions
+8 -2
View File
@@ -63,8 +63,14 @@
<name>sms_flags</name>
<type>text</type>
<notnull>true</notnull>
<default>000</default>
<length>3</length>
<default>00</default>
<length>2</length>
</field>
<field>
<name>sms_mailbox</name>
<type>integer</type>
<notnull>true</notnull>
<length>1</length>
</field>
</declaration>
</table>
+1 -1
View File
@@ -5,6 +5,6 @@
<description>Owncloud SMS app</description>
<licence>AGPL</licence>
<author>Loic Blot</author>
<version>0.1.4</version>
<version>0.1.5</version>
<requiremin>7</requiremin>
</info>