search for: save_mail

Displaying 8 results from an estimated 8 matches for "save_mail".

2005 Oct 02
1
deliver: select destination folder
...AGE, > "Missing folder argument"); > } > folder = argv[i]; 378a388,391 > if (folder == NULL) { > folder = "INBOX"; > } > 449c462 < if (save_mail(storage, "INBOX", input) < 0) --- > if (save_mail(storage, folder, input) < 0) bye! Dominik
2005 Mar 29
0
Checkin 1.37 of src/lib-storage/mail-storage.c
Checkin 1.37 of src/lib-storage/mail-storage.c added a parameter to mailbox_open() but this broke building src/deliver/deliver.c as revision 1.2 doesn't use the new parameter. It looks like save_mail() of src/deliver/deliver.c calls mailbox_open() and it looks like it might work fine if it were to use a (struct istream *)0 as the third parameter (instead of the flags) -- but I don't use deliver [yet], so I don't have any adequate way to test this. -- Internet Connection High Quality W...
2005 Mar 29
0
Compile Error in current CVS
...ing NULL is correct ;-) dovecot.2005-03-29/src # diff deliver/deliver.c.orig deliver/deliver.c 86c86 < box = mailbox_open(storage, mailbox, MAILBOX_OPEN_FAST | --- > box = mailbox_open(storage, mailbox, NULL, MAILBOX_OPEN_FAST | Here's the symptoms: deliver.c: In function `save_mail': deliver.c:87: warning: passing arg 3 of `mailbox_open' makes pointer from integer without a cast deliver.c:87: error: too few arguments to function `mailbox_open' make[3]: *** [deliver.o] Error 1 make[3]: Leaving directory `/services/src/9.2/dovecot/dovecot.2005-03-29/src/deliver'...
2018 Mar 05
3
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
...in mail_storage_copy (ctx=0x0, ctx at entry=0x56239be14ca0, mail=mail at entry=0x56239bdfdb28) at mail-copy.c:112 __func__ = "mail_storage_copy" #11 0x00007fea1a0e03f6 in mdbox_copy (_ctx=0x56239be14ca0, mail=0x56239bdfdb28) at mdbox-save.c:461 ctx = 0x56239be14ca0 save_mail = 0x56239bdfdb28 src_mbox = <optimized out> rec = { map_uid = 2615013952, save_date = 22051 } guid_data = 0x7fff78dbb9b0 wanted_guid = "@\362?#V\000\000\240L\341\233#V\000" #12 0x00007fea1a3cf999 in mail_deliver_copy (ctx=...
2018 Mar 06
0
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
...(ctx=0x0, ctx at entry=0x56239be14ca0, mail=mail at entry=0x56239bdfdb28) at mail-copy.c:112 > __func__ = "mail_storage_copy" > #11 0x00007fea1a0e03f6 in mdbox_copy (_ctx=0x56239be14ca0, mail=0x56239bdfdb28) at mdbox-save.c:461 > ctx = 0x56239be14ca0 > save_mail = 0x56239bdfdb28 > src_mbox = <optimized out> > rec = { > map_uid = 2615013952, > save_date = 22051 > } > guid_data = 0x7fff78dbb9b0 > wanted_guid = "@\362?#V\000\000\240L\341\233#V\000" > #12 0x000...
2016 Oct 17
2
Massive LMTP Problems with dovecot
> We'll need the `dovecot -n` output first. Here we go: > # 2.2.devel (933d16f): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.4.devel (63f9b42) > # OS: Linux 3.13.0-98-generic x86_64 Ubuntu 14.04.5 LTS > default_vsz_limit = 2 G > lmtp_user_concurrency_limit = 10000 > mail_attachment_dir = /home/copymail/attachments > mail_location = mdbox:~/mdbox >
2015 Jan 17
2
Changeset c02f29ca104d badly breaks LMTP/mdbox
...ION__ = "mailbox_save_finish" #9 0x00007f0ca3dfec32 in mail_storage_copy (ctx=0x0, ctx at entry=0x142ab50, mail=mail at entry=0x13eaf20) at mail-copy.c:107 No locals. #10 0x00007f0ca3dc42bf in mdbox_copy (_ctx=0x142ab50, mail=0x13eaf20) at mdbox-save.c:444 ctx = 0x142ab50 save_mail = 0x13eaf20 src_mbox = <optimized out> rec = {map_uid = 21146464, save_date = 0} guid_data = 0x142ab68 wanted_guid = "\360=B\001\000\000\000\000\340\357E\242\f\177\000" #11 0x00007f0ca245f21b in acl_copy (ctx=0x142ab50, mail=0x13eaf20) at acl-mailbox....
2016 Apr 29
2
Panic: file message-part-serialize.c: line 90 (part_serialize): assertion failed: (part->children == NULL)
...80 __FUNCTION__ = "mailbox_save_finish" #16 0x00007fa88c28a757 in mail_storage_copy (ctx=0x0, mail=0x7fa88e633180) at mail-copy.c:107 No locals. #17 0x00007fa88c2b601e in mdbox_copy (_ctx=0x7fa88e5eeb00, mail=0x7fa88e633180) at mdbox-save.c:427 ctx = 0x7fa88e5eeb00 save_mail = 0x7fa88e65bc28 src_mbox = 0x8 rec = {map_uid = 2894112400, save_date = 32765} guid_data = 0x7ffdac80a690 wanted_guid = "\260\246\200\254\375\177\000\000(\274e\216\250\177\000" #18 0x00007fa88b751322 in quota_copy (ctx=0x7fa88e5eeb00, mail=0x7fa88e633180)...