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:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user