mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
more imap functionality
This commit is contained in:
committed by
Lars-Magnus Skog
parent
e7d72dfdd4
commit
f559c92008
@@ -88,6 +88,8 @@ pub const DC_TEXT1_DRAFT: usize = 1;
|
|||||||
pub const DC_TEXT1_USERNAME: usize = 2;
|
pub const DC_TEXT1_USERNAME: usize = 2;
|
||||||
pub const DC_TEXT1_SELF: usize = 3;
|
pub const DC_TEXT1_SELF: usize = 3;
|
||||||
|
|
||||||
|
pub const DC_CREATE_MVBOX: usize = 1;
|
||||||
|
|
||||||
/// Text message.
|
/// Text message.
|
||||||
/// The text of the message is set using dc_msg_set_text()
|
/// The text of the message is set using dc_msg_set_text()
|
||||||
/// and retrieved with dc_msg_get_text().
|
/// and retrieved with dc_msg_get_text().
|
||||||
|
|||||||
1101
src/dc_imap.rs
1101
src/dc_imap.rs
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user