summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
Commit message (Expand)AuthorAgeFilesLines
* add 'const' qualifiers on function parameters.kcwu2005-03-191-26/+26
* warning: searchuser() getuser() API change, don't change query string implici...kcwu2005-03-151-9/+10
* fix r2613in22005-03-131-3/+3
* use Copy() instead Link() for most casesin22005-03-131-18/+18
* move global variable into local, 587 byteskcwu2005-03-121-4/+5
* move global variable xuser into local, save 512 bytes.kcwu2005-03-121-1/+2
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-15/+15
* move global variable to local, save another 536 byteskcwu2005-03-121-26/+38
* add "cool down" feature for boards.wens2005-03-091-0/+13
* fix bugwens2005-03-061-1/+1
* fix last commitwens2005-03-031-1/+1
* Post limits do not apply to BMs and SYSOPswens2005-03-031-2/+3
* add regtime to post & vote limitswens2005-03-031-2/+3
* warning free: "static" should be in front of "const"kcwu2005-03-031-1/+1
* add Account Registration (PERM_REG) for registration.in22005-02-251-2/+2
* slight changeskcwu2005-02-101-1/+1
* * In generalnamecomplete(), complete as more as possible when space (' ')scw2005-02-051-11/+2
* use time4_t(uint32_t) instead of time_t for x86-64 arch.in22005-01-241-1/+1
* fix missing initialization (default is insert mode)victor2005-01-191-1/+1
* specified alertvictor2005-01-151-4/+8
* add post limits for BM.wens2005-01-071-0/+8
* user has the most priority .....victor2004-11-121-2/+3
* try to fix strange behavior of bvotevictor2004-11-111-0/+1
* add modifier "const" to some constantvictor2004-11-091-5/+11
* merge back from branch victor.solarisvictor2004-09-101-3/+3
* use vmsg() instead of outs() + pressanykey()in22004-08-271-11/+5
* Merge bbs merge moduleptt.fpg@2092ptt2004-06-261-6/+5
* 1. use setupmailusage instead touchmailusageptt2004-06-261-7/+1
* 1.debug select_read problem with "SR" in board name.ptt2004-06-261-7/+20
* ADD_EXMAILBOXin22004-06-201-1/+1
* anonymous posting in innin22004-06-151-1/+1
* fix mail alert after the new mails are readvictor2004-06-141-0/+1
* replace some prints() with outs(),kcwu2004-06-101-6/+4
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-2/+2
* Merge from scw.angel.scw2004-05-241-3/+3
* clean up getindex() and substitute recordptt2004-04-301-34/+10
* 1.fix some bug for reference tagptt2004-04-301-5/+4
* change log_file()ptt2004-04-301-7/+2
* rewrite functions to fit now i_read()ptt2004-04-271-35/+18
* reoragnize functions ptt2004-04-241-51/+16
* remove useless functionsptt2004-04-231-2/+2
* revert cuser from pointer to buffer.ptt2004-04-211-52/+52
* Fix currboard usage when crosspost.scw2004-04-051-3/+4
* 1.ptt2004-04-021-16/+8
* refiningptt2004-03-311-2/+1
* add mmap to cuser get ride of passwd_updateptt2004-03-311-53/+53
* Fix bad assertion when deleting tagged mail in mailbox.scw2004-03-291-0/+4
* get ride of delete_fileptt2004-03-281-2/+2
* simplfy append_recordptt2004-03-251-11/+10
* show message before uuencodein22004-02-081-0/+5
* git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1501 63ad8ddf-47c3-03...ptt2004-01-311-1/+1
* Rewrite strip_ansi() (also move from vote.c to io.c).scw2003-12-241-1/+1
* O(1) key-func mapping in i_read_keyvictor2003-12-161-20/+86
* buffer sizekcwu2003-11-011-1/+1
* add mail headervictor2003-10-081-5/+10
* code cleanupkcwu2003-09-071-1/+1
* clean upkcwu2003-09-071-14/+4
* code cleanupkcwu2003-09-061-1/+1
* typo(no author)2003-09-031-2/+2
* warning free(no author)2003-08-281-1/+1
* paste taged file across board and mailboxvictor2003-08-191-1/+1
* merge from MergeCachein22003-07-201-4/+4
* warning for SaveEMailin22003-05-191-3/+7
* fix cursor positionkcwu2003-02-021-5/+5
* * there are so many fopen() without fclose()kcwu2003-01-201-3/+7
* clean upkcwu2003-01-161-24/+1
* disable NO_OUT_MAIL before writing to jobspoolin22002-10-291-1/+9
* sprintf() -> snprintf()in22002-07-231-49/+61
* indent -i4in22002-07-211-48/+47
* strcpy() -> strlcpy()in22002-07-211-46/+46
* mail_waterballin22002-07-201-6/+9
* indentin22002-07-061-522/+597
* fix wrong wordin22002-07-031-2/+2
* if( !(strstr(fhdr->title, "���u") && strstr(fhdr->title, "�O�ï¿...in22002-07-031-2/+2
* hit to water programin22002-07-021-3/+16
* change the valid email address char set from "[].%!@:-_;" to "[].@-_"kcwu2002-06-281-3/+3
* *** empty log message ***lwms2002-06-191-2/+2
* only one shared memoryin22002-06-071-6/+6
* global variable move to var.cin22002-06-041-58/+3
* *** empty log message ***ptt2002-05-261-2/+2
* *** empty log message ***ptt2002-05-251-13/+5
* no warningin22002-05-171-3/+3
* replace time(NULL) by nowptt2002-05-131-20/+15
* general namecompletein22002-05-111-5/+14
* *** empty log message ***ptt2002-04-301-2/+2
* fix buffer overflowin22002-04-291-4/+4
* change getdata() constant to sizeof()in22002-04-291-10/+10
* use mutt to (Z)ip UserHome �������p�H�������]ï...in22002-03-251-1/+8
* Initial revisionin22002-03-071-0/+1675