indiri69
56f1d28aec
More SM_PATH changes
2002-09-10 22:35:30 +00:00
thomppj
9001d31cf8
Converted all files in functions/ to use SM_PATH. This will break all
...
plugins. Each callable script needs a:
define('SM_PATH', '../../');
Or something like that put at the top.
2002-09-06 00:31:43 +00:00
Pontus Ullgren
cef25192a9
FIxing bug #600369
2002-08-28 22:35:03 +00:00
stekkel
c6c52f991f
finally managed to solve the bad Junk after literal output from the
...
imap-server
2002-08-27 16:36:10 +00:00
stekkel
141a78f4dd
fix for Junk after literal error message from imap-server when mail is
...
appended to the sentfolder
2002-08-27 12:48:30 +00:00
philippe_mingo
08f45be1c0
Masato:
...
Change into the extra encode philosophy to allow other languages to
use it.
2002-08-23 15:46:58 +00:00
stekkel
f23a76ecd8
This fixes the broken smtp transport when dot's are not handled properly.
...
it is tested for smtp but i'm not sure if it also counts for sendmail (I
think it does).
2002-08-23 11:59:02 +00:00
philippe_mingo
6a1659b234
Masato
...
Japanes patch
2002-08-22 09:33:09 +00:00
stekkel
26f2fd0cf2
sec. try
2002-08-15 06:37:49 +00:00
stekkel
292f67a84e
quick fix for incorrect reference headers
2002-08-14 16:47:54 +00:00
robsiemb
271ff2d72a
make the failure to set the \Answered flag on a message when replying
...
non-fatal
2002-08-08 18:54:28 +00:00
stekkel
a163a3569e
clean up the stored serialized attachment var in the user.pref file.
2002-07-31 23:17:13 +00:00
jmunro
362e4f2cf0
fix for bug #585836
2002-07-29 05:16:53 +00:00
stekkel
d1c92a2d21
ahum..
2002-07-05 13:56:21 +00:00
stekkel
b3c9bf51d4
added uid support
2002-07-05 13:53:52 +00:00
Ondřej Surý
d80d490a01
seems that somebody was checking output file descriptor and not input file descriptor
...
for EOF without EOLN.
2002-05-29 12:43:45 +00:00
philippe_mingo
8222f29578
This is a fix for the eml forward module
2002-05-20 11:36:52 +00:00
Ondřej Surý
3d74a2001c
Fixed VERY VERY STUPID bug, don't you people think? :(((.
...
Mail length was counted with '\n' when sending with sendSendmail,
but stored to imap server with '\r\n'. We have to recount length, before storing message.
2002-05-13 13:57:26 +00:00
centaurix
fe7f584336
added patch from feature request to use getFrom function.
...
now envelopes are set correctly to the from address (not just : username@domain)
2002-05-11 15:06:03 +00:00
stekkel
dd058143d6
Only use "\n" if we are dealing with sendmail. In case of imap_append use
...
"\r\n"
2002-05-01 18:11:11 +00:00
stekkel
955aac58c0
Moved get message_id and reply_id to smtp.php because it's insane to get
...
this information for all messages by default what was the case in
sqimap_get_small_header_list.
2002-05-01 10:57:52 +00:00
jmunro
23f52486f4
fix more warnings :)
2002-04-17 14:56:28 +00:00
teepe
ca74ab022b
Fixed return address of MDN receipts when having multiple identities (patch #530139 )
2002-04-14 15:23:56 +00:00
Pontus Ullgren
4ed2d4627b
Fixes bug #537662
2002-04-10 19:36:58 +00:00
Bron Gondwana
065b6dc090
Added support for POP before SMTP - note: I haven't actually tested this
...
against a real POP before SMTP server - just locally against a POP server
to make sure it was doing the check.
2002-04-03 09:38:43 +00:00
graf25
cee14f16b5
Fix for the \n and \r\n problem with sendmail vs smtp delivery.
...
Qmail's sendmail emulation no longer breaks. More testing follows.
2002-04-01 16:11:47 +00:00
jmunro
0f18e9fbb8
Added correct References header support per rfc2822
...
removed References from small_header_array and created
a get_reference_header function in imap_messages.
Also added a calculate_reference function to smtp.php
to determine correct reference header.
2002-03-21 06:50:03 +00:00
stekkel
28578cd771
bugfix
2002-03-08 21:44:37 +00:00
stekkel
b8a2d7a3b8
different attachement handling. Now lookup an session id before we delete an
...
attachments. With this change it is possible to compose multiple messages
with attachments at once.
2002-03-08 21:21:10 +00:00
simond
17f36392d0
Clear out tabs for proper spaces
2002-03-02 20:31:04 +00:00
jmunro
a58aee2606
based on bug report #497148 . Limits alias expansion functions to local addressbook lookups.
2002-03-02 07:41:10 +00:00
jmunro
c84e4eb418
Fixed bug with double error messages
2002-02-13 21:02:00 +00:00
philippe_mingo
47e7812ade
Tylerisation
2002-02-13 16:00:00 +00:00
philippe_mingo
0776dbf7c4
Tylerisation
2002-02-09 22:56:04 +00:00
Pontus Ullgren
214c25573c
Added the possibility for plugins to change Content-Type
...
Added support for on delivery reciepts
2002-02-09 21:37:17 +00:00
philippe_mingo
d62267a992
MDN
2002-02-09 17:29:58 +00:00
Pontus Ullgren
4ff99b3c11
Code cleanup
2002-01-07 15:59:54 +00:00
Luke Ehresman
696e945118
Not having the \r\n caused lots of problems for lots of people.
2002-01-03 21:51:04 +00:00
antipode
a0f693b4db
This *may* fix a problem with Outlook brain damage, reported by myself
...
in -devel and in -users in message
<003c01c190d3$79d6bd20$5b00a8c0@graycastle.com>
(pending verification)
2001-12-30 18:10:09 +00:00
antipode
2a032dfcd4
Untabified and flushed left.
2001-12-28 19:33:49 +00:00
thomppj
1e2a9cc5d0
Getting ready for 1.2.0 release.
2001-12-23 07:42:40 +00:00
thomppj
d5288195fc
Added option to do data and attachment directory hashing, up to four levels. Will automatically search for missing file at other levels, move them to the right place, create hash directories, etc.
...
Should work for both data directory and attachment. Also modified Squirrelspell plugin to use this as well.
2001-12-13 07:00:56 +00:00
thomppj
5d15361f1f
Code cleanup brigage...
2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd
** -> *
2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f
Added (c) stuff and some formatting.
2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769
Some fixup:
...
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff
This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
Pontus Ullgren
1f4a720adf
Fixed bug #431256 - Alias expanded not RFC 821-compatible
2001-11-10 21:22:30 +00:00
Pontus Ullgren
87928b66be
Added code for priority.
...
Sysadmins can allow/disallow users to send e-mail messages with priority
using the conf.pl script.
2001-11-04 11:57:08 +00:00
Ondřej Surý
71b787fbdd
add support for qmail-inject (qmail-inject doesn't accept -t param)
2001-10-30 13:43:09 +00:00
philippe_mingo
b630edc905
Operation "foo_once".
...
functions Folder
Step 1: Check file including and change it to the _once system.
2001-09-26 10:43:39 +00:00