From: Paul Mangan Date: Mon, 25 Nov 2002 18:10:01 +0000 (+0000) Subject: sync with 0.8.6cvs4 X-Git-Tag: claws31~11 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=3073543858b6424eec29b8e993fcd8f64f39111f sync with 0.8.6cvs4 --- diff --git a/ChangeLog b/ChangeLog index 12fc019f8..6d505460b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-11-20 + + * refactoring for SMTP implementation. + * src/session.h: added ui_func to Session. + * src/smtp.[ch]: separated the connection routine from + smtp_session_new() to smtp_connect(). + Changed the argument of every function other than smtp_ok() from + SockInfo to SMTPSession. + Call UI callback from each functions. + * src/send.c: send_message_smtp(): separated the code for UI update + into send_progress_dialog_update(). + 2002-11-18 * src/smtp.[ch]: separated smtp_auth() from smtp_from(). diff --git a/ChangeLog.claws b/ChangeLog.claws index aca247705..d1fe28fcf 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2002-11-25 [paul] 0.8.6claws7 + + * sync with 0.8.6cvs4 + see ChangeLog 2002-11-20 + 2002-11-25 [paul] 0.8.6claws6 * sync with 0.8.6cvs3 diff --git a/ChangeLog.jp b/ChangeLog.jp index b53621f3c..1e00f2496 100644 --- a/ChangeLog.jp +++ b/ChangeLog.jp @@ -1,3 +1,15 @@ +2002-11-20 + + * SMTP ¤Î¼ÂÁõ¤ò¥ê¥Õ¥¡¥¯¥¿¥ê¥ó¥°¡£ + * src/session.h: Session ¤Ë ui_func ¤òÄɲᣠ+ * src/smtp.[ch]: Àܳ¥ë¡¼¥Á¥ó¤ò smtp_session_new() ¤«¤é smtp_connect() + ¤ËʬΥ¡£ + smtp_ok() °Ê³°¤ÎÁ´¤Æ¤Î´Ø¿ô¤Î°ú¿ô¤ò SockInfo ¤«¤é SMTPSession + ¤ËÊѹ¹¡£ + ³Æ´Ø¿ô¤«¤é UI ¥³¡¼¥ë¥Ð¥Ã¥¯¤ò¸Æ¤Ö¤è¤¦¤Ë¤·¤¿¡£ + * src/send.c: send_message_smtp(): UI ¹¹¿·¤Î¥³¡¼¥É¤ò + send_progress_dialog_update() ¤ËʬΥ¡£ + 2002-11-18 * src/smtp.[ch]: smtp_from() ¤«¤é smtp_auth() ¤òʬΥ¡£ diff --git a/configure.in b/configure.in index 889b036d6..ecdfa5df7 100644 --- a/configure.in +++ b/configure.in @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=6 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws6 +EXTRA_VERSION=claws7 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target