index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
maildaemon.php
Age
Commit message (
Expand
)
Author
2010-01-08
Add an IMAP daemon so StatusNet can process incoming user posts via catch-all...
Craig Andrews
2009-11-09
Revert "Remove more contractions"
Brion Vibber
2009-11-08
Remove more contractions
Siebrand Mazeland
2009-10-28
Rework MailDaemon to use the MediaFile class for uploads
Zach Copley
2009-10-19
merge from testing
Evan Prodromou
2009-10-19
Ignoring Sent from my* line in mail (iPhone/Pre)
Eric Helgeson
2009-09-29
remove string-checks from code using Notice::saveNew()
Evan Prodromou
2009-08-27
Merge branch '0.8.x' into 0.9.x
Evan Prodromou
2009-08-25
a distributed -> the distributed
Evan Prodromou
2009-08-25
change Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou
2009-08-21
Merge branch '0.8.x' into 0.9.x
Evan Prodromou
2009-08-21
maildaemon correctly checks max notice length
Evan Prodromou
2009-08-07
Added configuration option to disable post-by-email.
Jeffery To
2009-07-28
Avoid potentially double encoding already utf-8 encoded messages
Craig Andrews
2009-07-28
Handle UTF-8 encoded text in emails.
Craig Andrews
2009-07-21
Disable email attachment posting when $config['attachments']['uploads'] = false
Craig Andrews
2009-07-20
Better handle multipart emails (especially those with multipart/alternative c...
Craig Andrews
2009-07-07
maildaemon makes mail attachments into notice attachments
Craig Andrews
2009-06-22
maildaemon.php uses commandline.inc
Evan Prodromou
2009-06-22
Merge branch '0.8.x' into cmdline
Evan Prodromou
2009-06-20
Update copyright dates in files modified in 2009
Evan Prodromou
2009-06-20
change Controlez-Vous to Control Yourself
Evan Prodromou
2009-06-20
change scripts to take server and path from commandline
Evan Prodromou
2009-06-12
check results of add in maildaemon.php
0.7.4
Evan Prodromou
2008-12-23
move opening brace of class declaration to next line
Evan Prodromou
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-11-28
shorten urls for posts > 140 chars only, from anywhere. Only show long urls i...
millette
2008-10-07
Fix error when maildaemon tries to report a message parsing error
CiaranG
2008-10-04
add channels and use command interpreter in different channels
Evan Prodromou
2008-08-13
move command-line scripts to their own dir
Evan Prodromou