]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Add an IMAP daemon so StatusNet can process incoming user posts via catch-all mailbox...
authorCraig Andrews <candrews@integralblue.com>
Fri, 8 Jan 2010 23:52:09 +0000 (18:52 -0500)
committerCraig Andrews <candrews@integralblue.com>
Fri, 8 Jan 2010 23:52:43 +0000 (18:52 -0500)
commit055f3fdddb998bfee1a6f6e61d1ca6df4b2fb740
tree41698275bb5ef8f76e77e5a9b6a504c35ac6fe4b
parente22af049a8df3e120ea88387d013dedec8554c43
Add an IMAP daemon so StatusNet can process incoming user posts via catch-all mailbox (in addition to the pre-existing script alias method)
lib/mailhandler.php [new file with mode: 0644]
plugins/Imap/ImapPlugin.php [new file with mode: 0644]
plugins/Imap/README [new file with mode: 0644]
plugins/Imap/imapdaemon.php [new file with mode: 0755]
scripts/maildaemon.php